Fixes linter problems
This commit is contained in:
parent
f762323d97
commit
73424e1bba
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
originalState = originalState && $(this).is(':checked');
|
originalState = originalState && $(this).is(':checked');
|
||||||
});
|
});
|
||||||
$('form.splashpage .select-all').prop('checked', originalState);
|
$('form.splashpage .select-all').prop('checked', originalState);
|
||||||
|
|
||||||
$('form.splashpage').on('change', '.select-all', function(e) {
|
$('form.splashpage').on('change', '.select-all', function(e) {
|
||||||
var value = $(this).is(':checked');
|
var value = $(this).is(':checked');
|
||||||
var parent = $(this).parents('.inputs:first');
|
var parent = $(this).parents('.inputs:first');
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
.boolean.input.optional.form-group.checkbox
|
.boolean.input.optional.form-group.checkbox
|
||||||
%span.form-wrapper
|
%span.form-wrapper
|
||||||
%label.control-label
|
%label.control-label
|
||||||
%input.select-all{type: 'checkbox'}
|
%input.select-all{ type: 'checkbox' }
|
||||||
%em Select all
|
%em Select all
|
||||||
|
|
||||||
%li
|
%li
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue