Bring back filtering on apps management page
This commit is contained in:
parent
0fde0e6569
commit
e882f5e930
1 changed files with 3 additions and 1 deletions
|
@ -387,7 +387,9 @@ $(document).ready(function() {
|
|||
OC.Search = new OCA.Search($('#searchbox'), $('#searchresults'));
|
||||
});
|
||||
} else {
|
||||
OC.Search = new OCA.Search($('#searchbox'), $('#searchresults'));
|
||||
_.defer(function() {
|
||||
OC.Search = new OCA.Search($('#searchbox'), $('#searchresults'));
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue