Hide context menu on click

This commit is contained in:
Jiiks 2015-12-23 11:49:38 +02:00
parent b0c5fe130d
commit eb03f5a85a
2 changed files with 2 additions and 2 deletions

View File

@ -806,7 +806,7 @@ QuickEmoteMenu.prototype.init = function(reload) {
}
});
$("#emote-menu").on("click", function() { return false; });
$("#emote-menu").on("click", function() { $("#rmenu").hide(); return false; });
if(settingsCookie["bda-es-0"]) {
$(".channel-textarea").first().addClass("emotemenu-enabled");

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long