diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/dropdown.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/dropdown.js b/js/dropdown.js index 905ee3979..dc75248e3 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -83,6 +83,7 @@ } function clearMenus(e) { + if (e && e.which === 3) return $(backdrop).remove() $(toggle).each(function () { var $parent = getParent($(this)) |
