[Pkg-owncloud-commits] [owncloud] 353/457: Bring back filtering on apps management page
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit e882f5e930214fd42703954b84d9f4bafa9278a4
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Tue Jun 9 15:46:15 2015 +0200
Bring back filtering on apps management page
---
core/search/js/search.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/search/js/search.js b/core/search/js/search.js
index 22769ee..bc67eb0 100644
--- a/core/search/js/search.js
+++ b/core/search/js/search.js
@@ -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'));
+ });
}
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list