Explorar el Código

hide elements before they are displayed

import-zips
Rob Loranger hace 4 años
padre
commit
50986664e8
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: D6F1633A4F0903B8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/js/import.js

+ 1
- 1
static/js/import.js Ver fichero

@@ -6,7 +6,7 @@ const zipWarning = document.querySelector('span.zip > p.error');
const fileInput = document.querySelector('input[type="file"]')

document.onreadystatechange = () => {
if ( document.readyState === "complete") {
if ( document.readyState === "interactive") {
selectElem.disabled = true;
submitElem.disabled = true;
zipInfo.hidden = true;


Cargando…
Cancelar
Guardar