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:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user