Explorar el Código

Fixed not toggling properly.

master
Trey Del Bonis hace 4 años
padre
commit
fc6928b553
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      www/main.js

+ 1
- 1
www/main.js Ver fichero

@@ -242,7 +242,7 @@ function makeBlockElem(block, prevBlock) {
entry.appendChild(innerElem);
entry.classList.add("blocklistentry");
entry.onclick = function() {
entry.classList.add("blbselected");
toggleElemSelected(entry);
};

return entry;

Cargando…
Cancelar
Guardar