Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-03 02:45:23 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-03 02:45:23 +0400
commit5f711912a1f6db7a2f28105101f808e89a2efe50 (patch)
tree41253fcf569cc3edbda4c67d40e5d8a9f95a3809 /settings
parent9f087a2070c1115eeb6bd0d961f7629e19eceefc (diff)
remove OC.Router.registerLoadedCallback()
Diffstat (limited to 'settings')
-rw-r--r--settings/js/users.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/settings/js/users.js b/settings/js/users.js
index 6b5447c7674..284976d3bad 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -372,9 +372,7 @@ $(document).ready(function () {
UserList.doSort();
UserList.availableGroups = $('#content table').data('groups');
- OC.Router.registerLoadedCallback(function() {
- $(window).scroll(function(e) {UserList._onScroll(e);});
- });
+ $(window).scroll(function(e) {UserList._onScroll(e);});
$('table').after($('<div class="loading" style="height: 200px; visibility: hidden;"></div>'));
$('select[multiple]').each(function (index, element) {