שינויים

קפיצה אל: ניווט, חיפוש

מדיה ויקי:Common.js

נוספו 516 בתים, 11:57, 14 בספטמבר 2018
אין תקציר עריכה
$(".hamore-sources-cb").click(function() {
$t.toggleClass("hamore-hide-sources");
localStorage['hamore-sources-cb'] = this.checked ? "1" : "0";
});
$(".hamore-terms-cb").click(function() {
$t.toggleClass("hamore-hide-terms");
localStorage['hamore-terms-cb'] = this.checked ? "1" : "0";
});
$(".hamore-circles-cb").click(function() {
$t.toggleClass("hamore-hide-circles");
localStorage['hamore-circles-cb'] = this.checked ? "1" : "0";
});
$(".hamore-squares-cb").click(function() {
$t.toggleClass("hamore-hide-squares");
localStorage['hamore-squares-cb'] = this.checked ? "1" : "0";
});
$(".hamore-indexes-cb").click(function() {
$t.toggleClass("hamore-hide-indexes");
localStorage['hamore-indexes-cb'] = this.checked ? "1" : "0";
});
$(".hamore-sourced-hebrews-cb").click(function() {
$t.toggleClass("hamore-hide-sourced-hebrews");
localStorage['hamore-sourced-hebrews-cb'] = this.checked ? "1" : "0";
});
$(".hamore-hebrew-cb").click(function() {
$t.toggleClass("hamore-hide-hebrew");
localStorage['hamore-hebrew-cb'] = this.checked ? "1" : "0";
});
$(".hamore-arabic-cb").click(function() {
$t.toggleClass("hamore-hide-arabic");
localStorage['hamore-arabic-cb'] = this.checked ? "1" : "0";
});

תפריט ניווט