fixing scroll dick

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-04 10:53:51 +02:00
parent 542518ed04
commit 61883ba9f8

View File

@@ -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())