diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 4a29001f..26ec0c30 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -192,21 +192,30 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { */ beep: function () { if (options["visualbell"]) { - let bell = document.getElementById("dactyl-bell"); - let strut = document.getElementById("dactyl-bell-strut"); - if (!bell) { - bell = document.documentElement.insertBefore( - util.xmlToDom(