forked from leftypol/leftypol
Update threadscroll.js
Made compatible for use with additional_javascripts.
This commit is contained in:
parent
712e7f6c57
commit
b9886dc474
1 changed files with 34 additions and 32 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue