Home
last modified time | relevance | path

Searched refs:SectionToggle (Results 1 – 1 of 1) sorted by relevance

/plugin/sectiontoggle/
Dscript.js16 SectionToggle.is_active = false;
20 SectionToggle.device_class = JSINFO['se_device'];
24 SectionToggle.check_status();
26 if(!SectionToggle.is_active) {
32 if(SectionToggle.is_active && !JSINFO['toc_xcl']) {
37 if(SectionToggle.toc_xcl.indexOf(text) > -1) return;
43 jQuery(SectionToggle.headers).each(function(index,elem ) {
51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
54 else if(SectionToggle.hash){
55 regex = RegExp('^' +SectionToggle.hash,'i'); //bootstrap3
[all …]