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:
parent
1c24f862f6
commit
bf925e0ab9
@ -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)
|
||||
{
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user