Home
last modified time | relevance | path

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

/plugin/siteexport/_test/phantomjs/
H A Dplugin_siteexport_javascript_test.js4 ok(jQuery.siteexport().throbberCount == 0, "Siteexport does exist");
/plugin/multiorphan/
H A Dscript.js396 var throbberCount = 0; variable
398 throbberCount = Math.max(0, throbberCount + (on?1:-1));
399 $('#multiorphan__throbber').css('visibility', throbberCount>0 ? 'visible' : 'hidden');
/plugin/siteexport/
H A Dscript.js303 _.throbberCount = 0;
306 _.throbberCount += (on?1:-1);
307 … $('#siteexport__throbber').css('visibility', _.throbberCount>0 ? 'visible' : 'hidden');