Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
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…
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/
Dscript.js125 if(is_gecko){
/plugin/zwidoku/files/
H A Djs.js1 ….toLowerCase();var is_macos=navigator.appVersion.indexOf('Mac')!=-1;var is_gecko=((clientPC.indexO… variable