summaryrefslogtreecommitdiffstats
path: root/search/js/result.js
diff options
context:
space:
mode:
authorQingping Hou <dave2008713@gmail.com>2013-02-25 17:16:03 -0500
committerQingping Hou <dave2008713@gmail.com>2013-02-25 17:16:03 -0500
commit195b52cb63eda3d8e3af6195058a0e1403e4dede (patch)
tree4c79947d856f136051a84171eba913b1517a3bd1 /search/js/result.js
parentc111a3aa248bee2bff22318c2a3d0da32ea0e451 (diff)
parentd713948d3f85a6e0a369bf1a9052ce563250e3da (diff)
downloadnextcloud-server-195b52cb63eda3d8e3af6195058a0e1403e4dede.tar.gz
nextcloud-server-195b52cb63eda3d8e3af6195058a0e1403e4dede.zip
Merge branch 'master' of github.com:owncloud/core into issue_1776
Conflicts: core/templates/layout.user.php
Diffstat (limited to 'search/js/result.js')
-rw-r--r--search/js/result.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/js/result.js b/search/js/result.js
index cadb0d0aabe..78fa8efc8e9 100644
--- a/search/js/result.js
+++ b/search/js/result.js
@@ -28,7 +28,7 @@ OC.search.showResults=function(results){
OC.search.hide();
event.stopPropagation();
});
- $(window).click(function(event){
+ $(document).click(function(event){
OC.search.hide();
});
OC.search.lastResults=results;