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

@@ -152,8 +152,11 @@ function importOldList(chan){
function refresh_scroll()
{
myScroll.refresh();
myScroll.maxScrollY = myScroll.maxScrollY - 5;
if(myScroll !== undefined)
{
myScroll.refresh();
myScroll.maxScrollY = myScroll.maxScrollY - 5;
}
}
function show(){