Home
last modified time | relevance | path

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

/plugin/s5/ui/default/
H A Dslides.js18 var isGe = navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('Safari') < 1 ?… variable
419 if (isGe) { // hack to counter incremental reflow bugs
451 if (isGe) {
485 if (child.childNodes[isGe].nodeType == 1) {
486 removeClass(child.childNodes[isGe], 'incremental');
/plugin/s5/ui/dokuwiki/
H A Dslides.js18 var isGe = navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('Safari') < 1 ?… variable
418 if (isGe) { // hack to counter incremental reflow bugs
450 if (isGe) {
484 if (child.childNodes[isGe].nodeType == 1) {
485 removeClass(child.childNodes[isGe], 'incremental');
/plugin/s5reloaded/ui/thesis/
H A Dslides.js186 var isGe = navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('Safari') < 1 ?… variable
843 if (isGe) { // hack to counter incremental reflow bugs
895 if (isGe) {
929 if (child.childNodes[isGe].nodeType == 1) {
930 removeClass(child.childNodes[isGe], 'incremental');