/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
let box = $("#" + this.htmlFor)[0];
let activeSection = $("div.tab-pane.active")[0].id;
if (activeSection in lastChecked) { // Bug 559506 - In Firefox shift/ctrl/alt+clicking a label doesn't check the box.
let isFirefox = navigator.userAgent.toLowerCase().indexOf("firefox") > -1;
if (e.shiftKey) { if (isFirefox) {
box.checked = !box.checked;
}
let start = boxes.index(box);
let end = boxes.index(lastChecked[activeSection]);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.