mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-11 20:09:32 +00:00
Fixed error where sharelinks messed up navigation
This commit is contained in:
@@ -282,5 +282,13 @@ var List = {
|
||||
}
|
||||
});
|
||||
return indexes[0];
|
||||
},
|
||||
|
||||
scrollTop: function(){
|
||||
$("#wrapper").scrollTop(0);
|
||||
},
|
||||
|
||||
scrollBottom: function(){
|
||||
$("#wrapper").scrollTop($("#wrapper")[0].scrollHeight);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user