Ver código fonte

Fix the help button staying highlighted

tags/v0.1.0
Fen Dweller 5 anos atrás
pai
commit
7bedcc4aea
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js Ver arquivo

@@ -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");
});


Carregando…
Cancelar
Salvar