Skip to content
Snippets Groups Projects
Commit a3125f16 authored by Bartek Przybylski's avatar Bartek Przybylski
Browse files

bookmarks tag placement & list width fix

parent 26fcb35a
No related branches found
No related tags found
No related merge requests found
......@@ -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();
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment