remove OC.Router.registerLoadedCallback()

This commit is contained in:
Thomas Müller 2014-03-02 23:45:23 +01:00
parent 9f087a2070
commit 5f711912a1
1 changed files with 1 additions and 3 deletions

View File

@ -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) {