mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
frontend linting
This commit is contained in:
@@ -15,25 +15,25 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
const LABEL_INNER_TEXT_WITHOUT_LEVEL = 'Level ';
|
||||
const LABEL_CLASS = 'sitekey-form__level-label';
|
||||
const LABEL_INNER_TEXT_WITHOUT_LEVEL = "Level ";
|
||||
const LABEL_CLASS = "sitekey-form__level-label";
|
||||
|
||||
const INPUT_ID_WITHOUT_LEVEL = 'level';
|
||||
const LEVEL_INPUT_CLASS = 'sitekey-form__level-input';
|
||||
const INPUT_ID_WITHOUT_LEVEL = "level";
|
||||
const LEVEL_INPUT_CLASS = "sitekey-form__level-input";
|
||||
|
||||
const VISITOR_WITHOUT_LEVEL = 'visitor';
|
||||
const DIFFICULTY_WITHOUT_LEVEL = 'difficulty';
|
||||
const VISITOR_WITHOUT_LEVEL = "visitor";
|
||||
const DIFFICULTY_WITHOUT_LEVEL = "difficulty";
|
||||
|
||||
const LEVEL_CONTAINER_CLASS = 'sitekey__level-container';
|
||||
const LEVEL_FIELDSET_ID_WITHOUT_LEVEL = 'level-group-';
|
||||
const LEGEND_CLASS = 'sitekey__level-title';
|
||||
const LEVEL_CONTAINER_CLASS = "sitekey__level-container";
|
||||
const LEVEL_FIELDSET_ID_WITHOUT_LEVEL = "level-group-";
|
||||
const LEGEND_CLASS = "sitekey__level-title";
|
||||
|
||||
const REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL = 'remove-level';
|
||||
const REMOVE_LEVEL_BUTTON_CLASS = 'sitekey-form__level-remove-level-button';
|
||||
const REMOVE_LEVEL_LABEL_TEXT = 'Remove Level';
|
||||
const REMOVE_LEVEL_LABEL_CLASS = 'sitekey-form__level-label--hidden';
|
||||
const REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL = "remove-level";
|
||||
const REMOVE_LEVEL_BUTTON_CLASS = "sitekey-form__level-remove-level-button";
|
||||
const REMOVE_LEVEL_LABEL_TEXT = "Remove Level";
|
||||
const REMOVE_LEVEL_LABEL_CLASS = "sitekey-form__level-label--hidden";
|
||||
|
||||
const ADD_LEVEL_BUTTON = 'sitekey-form__level-add-level-button';
|
||||
const ADD_LEVEL_BUTTON = "sitekey-form__level-add-level-button";
|
||||
|
||||
const CONST = {
|
||||
LABEL_CLASS,
|
||||
|
||||
Reference in New Issue
Block a user