ming 3 år sedan
förälder
incheckning
435a1e0eb6
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3 2
      api/static/script_util.js

+ 3 - 2
api/static/script_util.js

@@ -126,10 +126,11 @@ $(".next").click(function () {
   result = xhr.send(objstr);
 });
 
+const slide_button = document.querySelector('.next');
 $("#send_slide").click(function () {
-  button.setAttribute('disabled', '');
+  slide_button.setAttribute('disabled', '');
   setTimeout(function () {
-    button.removeAttribute('disabled')
+    slide_button.removeAttribute('disabled')
   }, 4000);
   avatar = $('.avatar').val();
   var step;