Can this be disabled if used on a mobile device (smart phone)?
-
Can I disable this not to work on smart phone browsers as it seem to be effecting performance over 3G
I notice you are using the following
(I am not really a coder so not totaly sure what is going on here, though seems like a way of stepping out the code)var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||operaif (browserok) {
window.onload=initsnow
}
- The topic ‘Can this be disabled if used on a mobile device (smart phone)?’ is closed to new replies.