Touching this branch to fix build

This commit is contained in:
SJost 2019-02-21 09:32:17 +01:00 committed by Felix Hamann
parent d83fe11f42
commit 2ccff81cc8

View File

@ -4,7 +4,7 @@
window.utils = window.utils || {};
var JS_INITIALIZED_CLASS = 'js-check-all-initialized';
var CHECKBOX_SELECTOR = '[type="checkbox"]';
var CHECKBOX_SELECTOR = '[type="checkbox"]';
function getCheckboxId() {
return 'check-all-checkbox-' + Math.floor(Math.random() * 100000);