Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js30 if (is_gecko) {
133 …if (is_gecko) this.box.focus(); // test is_gecko because it doesn't work on KHTML browser, the pop…
H A Dpfcclient.js4 var is_gecko = navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') =… variable
767 if (code == 38 && (is_gecko || is_ie || is_opera || is_webkit)) // up arrow key
781 else if (code == 40 && (is_gecko || is_ie || is_opera || is_webkit)) // down arrow key
/plugin/spellcheck/
H A Dscript.js125 if(is_gecko){