Update threadscroll.js

Made compatible for use with additional_javascripts.
This commit is contained in:
anonfagola 2014-09-23 19:31:06 -07:00 committed by czaks
parent 712e7f6c57
commit b9886dc474

View File

@ -1,3 +1,4 @@
if(active_page == "index" || active_page == "ukko"){
var hoverElem = null;
$(document).mouseover(function(e){
@ -33,3 +34,4 @@ $(document).keydown(function(e){
}
}
});
}