1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 08:25:46 +01:00

Temporarilly back out revision 92e39bb5726c.

This commit is contained in:
Kris Maglione
2011-02-12 15:31:23 -05:00
parent 8277d4b0c4
commit e091641829

View File

@@ -1229,7 +1229,7 @@ var Events = Module("events", {
popupshown: function onPopupShown(event) {
if (event.originalTarget.localName !== "tooltip" && event.originalTarget.id !== "dactyl-visualbell")
if (Events.isHidden(event.originalTarget)) {
if (false && Events.isHidden(event.originalTarget)) {
if (event.originalTarget.hidePopup)
event.originalTarget.hidePopup();
}