mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
fixing scroll dick
This commit is contained in:
@@ -151,10 +151,13 @@ function importOldList(chan){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function refresh_scroll()
|
function refresh_scroll()
|
||||||
|
{
|
||||||
|
if(myScroll !== undefined)
|
||||||
{
|
{
|
||||||
myScroll.refresh();
|
myScroll.refresh();
|
||||||
myScroll.maxScrollY = myScroll.maxScrollY - 5;
|
myScroll.maxScrollY = myScroll.maxScrollY - 5;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function show(){
|
function show(){
|
||||||
if(!window.mobilecheck())
|
if(!window.mobilecheck())
|
||||||
|
|||||||
Reference in New Issue
Block a user