1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00

Re-add load bookmark at scrolling

This commit is contained in:
Brice Maron 2012-07-01 21:08:41 +00:00
parent 1c24f862f6
commit bf925e0ab9
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
base.el = el;
// Add a reverse reference to the DOM object
base.$el.data("bookmark_dialog", base);
base.$el.data('bookmark_dialog', base);
base.form_submit = function search_form_submit(event)
{

View File

@ -192,7 +192,7 @@ function updateOnBottom() {
// use a bit of margin to begin loading before we are really at the
// bottom
if (top < height * 1.2) {
// getBookmarks();
getBookmarks();
}
}