aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-02-25 17:56:40 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2013-02-25 17:56:40 -0500
commit4a05e8820f5ff376c7e6076aee0b2c2e2c9cc94c (patch)
tree8486ff4dbafd1c6e892695b37e7346057759a413 /core/js/js.js
parent05a8766cbc5826a89e52248994e3e2d0b6c57be5 (diff)
parentd713948d3f85a6e0a369bf1a9052ce563250e3da (diff)
downloadnextcloud-server-4a05e8820f5ff376c7e6076aee0b2c2e2c9cc94c.tar.gz
nextcloud-server-4a05e8820f5ff376c7e6076aee0b2c2e2c9cc94c.zip
Merge branch 'master' into external_storage_ui_feedback
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 6d5d65403fb..e373fca8865 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -669,7 +669,7 @@ $(document).ready(function(){
$('#settings #expanddiv').click(function(event){
event.stopPropagation();
});
- $(window).click(function(){//hide the settings menu when clicking outside it
+ $(document).click(function(){//hide the settings menu when clicking outside it
$('#settings #expanddiv').slideUp(200);
});