mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-18 15:54:28 +01:00
bookmarks tag placement & list width fix
This commit is contained in:
parent
80162a5b93
commit
67efac7952
@ -9,9 +9,7 @@ $(document).ready(function() {
|
|||||||
fillWindow($('.bookmarks_list'));
|
fillWindow($('.bookmarks_list'));
|
||||||
});
|
});
|
||||||
$(window).resize();
|
$(window).resize();
|
||||||
$($('.bookmarks_list')).scroll(updateOnBottom);
|
$('.bookmarks_list').scroll(updateOnBottom).empty().width($('#content').width());
|
||||||
|
|
||||||
$('.bookmarks_list').empty();
|
|
||||||
getBookmarks();
|
getBookmarks();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user