Hide context menu on click
This commit is contained in:
parent
b0c5fe130d
commit
eb03f5a85a
|
@ -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");
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue