mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
bookmarks tag placement & list width fix
This commit is contained in:
parent
26fcb35a89
commit
a3125f164e
1 changed files with 1 additions and 3 deletions
|
|
@ -9,9 +9,7 @@ $(document).ready(function() {
|
|||
fillWindow($('.bookmarks_list'));
|
||||
});
|
||||
$(window).resize();
|
||||
$($('.bookmarks_list')).scroll(updateOnBottom);
|
||||
|
||||
$('.bookmarks_list').empty();
|
||||
$('.bookmarks_list').scroll(updateOnBottom).empty().width($('#content').width());
|
||||
getBookmarks();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue