1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-19 15:52:10 +01:00

spaces to tabs in bookmarks

This commit is contained in:
Bartek Przybylski 2012-03-24 19:54:54 +01:00
parent 67efac7952
commit 3972729d26

View File

@ -9,7 +9,7 @@ $(document).ready(function() {
fillWindow($('.bookmarks_list'));
});
$(window).resize();
$('.bookmarks_list').scroll(updateOnBottom).empty().width($('#content').width());
$('.bookmarks_list').scroll(updateOnBottom).empty().width($('#content').width());
getBookmarks();
});