diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/js/js.js b/core/js/js.js index 9c8cf4aa625..42d31a8c482 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -547,7 +547,6 @@ function object(o) { return new F(); } - /** * Fills height of window. (more precise than height: 100%;) */ @@ -664,9 +663,7 @@ $(document).ready(function(){ event.stopPropagation(); }); $(window).click(function(){//hide the settings menu when clicking outside it - if($('body').attr("id")==="body-user"){ - $('#settings #expanddiv').slideUp(); - } + $('#settings #expanddiv').slideUp(); }); // all the tipsy stuff needs to be here (in reverse order) to work |