Explorar el Código

Fix the help button staying highlighted

tags/v0.1.0
Fen Dweller hace 5 años
padre
commit
7bedcc4aea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js Ver fichero

@@ -1374,6 +1374,7 @@ document.addEventListener("DOMContentLoaded", () => {
prepareHelp();

document.querySelector("#open-help").addEventListener("click", e => {
setHelpDate();
document.querySelector("#help-menu").classList.add("visible");
document.querySelector("#open-help").classList.remove("highlighted");
});


Cargando…
Cancelar
Guardar