remove OC.Router.registerLoadedCallback()
This commit is contained in:
parent
9f087a2070
commit
5f711912a1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue