aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/forum_fn.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js
index c6301bad15..a01e7fd405 100644
--- a/phpBB/styles/prosilver/template/forum_fn.js
+++ b/phpBB/styles/prosilver/template/forum_fn.js
@@ -939,15 +939,6 @@ function parse_document(container)
$('#' + this.getAttribute('data-focus')).focus();
});
- // Hide active dropdowns when click event happens outside
- $('#phpbb').click(function(e) {
-
- var parents = $(e.target).parents();
- if (!parents.is('.dropdown-container.dropdown-visible')) {
- $('.dropdown-container.dropdown-visible .dropdown-toggle').each(phpbb.toggleDropdown);
- }
- });
-
parse_document($('body'));
});
})(jQuery);