Update threadscroll.js
Made compatible for use with additional_javascripts.
This commit is contained in:
parent
712e7f6c57
commit
b9886dc474
|
@ -1,3 +1,4 @@
|
||||||
|
if(active_page == "index" || active_page == "ukko"){
|
||||||
var hoverElem = null;
|
var hoverElem = null;
|
||||||
|
|
||||||
$(document).mouseover(function(e){
|
$(document).mouseover(function(e){
|
||||||
|
@ -33,3 +34,4 @@ $(document).keydown(function(e){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue