From e199b16ed656e775a1333a9ec5432c01f4bd0614 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 27 Mar 2019 11:39:13 +0100 Subject: [PATCH] Update DisplayServersAsChannels.plugin.js --- .../DisplayServersAsChannels/DisplayServersAsChannels.plugin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js index 36c571fd94..2d14bbe3ad 100644 --- a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js +++ b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js @@ -246,11 +246,9 @@ class DisplayServersAsChannels { var appcontainer = document.querySelector(BDFDB.dotCN.appcontainer); BDFDB.addEventListener(this, wrapper, "mouseenter", BDFDB.dotCN.guild, e => { - if (e.currentTarget.tagName && e.currentTarget.querySelector(BDFDB.dotCN.guildserror)) return; BDFDB.appendLocalStyle("HideAllToolTips" + this.name, `${BDFDB.dotCN.tooltip} {display: none !important;}`); }); BDFDB.addEventListener(this, wrapper, "mouseleave", BDFDB.dotCN.guild, e => { - if (e.currentTarget.tagName && e.currentTarget.querySelector(BDFDB.dotCN.guildserror)) return; BDFDB.removeLocalStyle("HideAllToolTips" + this.name); });