You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Object doesn't suppor this property or method javascript2_logout_6.js, line 20, character 1 (actual line does not match with error line because of removing commented lines from snippet)
varlogoutTimeout,mouseListener,setLogoutTimer;setLogoutTimer=function(){logoutTimeout=window.setTimeout(function(){window.location=logoutPath;},logoutTime);};mouseListener=function(){window.clearTimeout(logoutTimeout);setLogoutTimer();};setLogoutTimer();document.addEventListener('mousemove',mouseListener,false);// Errors here
Browser:
Internet Explorer 8.0.6001.19222
Error:
Object doesn't suppor this property or method javascript2_logout_6.js, line 20, character 1
(actual line does not match with error line because of removing commented lines from snippet)test.html
/app_dev.php/javascript2_logout_6.js
/js/EventListener-42bbf89f83.min.js = https://raw.github.com/jonathantneal/EventListener/master/EventListener.js + http://javascript-minifier.com/
This script worked for me but has less features: https://gist.github.com/eirikbacker/2864711
The text was updated successfully, but these errors were encountered: