Explorar el Código

Disable form submission button while loading

copyvios-ng
Ben Kurtovic hace 5 años
padre
commit
ce18eb9065
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      static/script.js

+ 3
- 0
static/script.js Ver fichero

@@ -126,6 +126,9 @@ $(document).ready(function() {
.prop("disabled", true);
});
}
$("#cv-form button[type='submit']")
.prop("disabled", true)
.css("cursor", "progress");
});

if ($("#cv-additional").length >= 0) {


Cargando…
Cancelar
Guardar