Explorar el Código

remove debugger

makstravm hace 3 años
padre
commit
3be34dfee1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      HW10/taskHW/main.js

+ 0 - 1
HW10/taskHW/main.js

@@ -73,7 +73,6 @@ psw.onChange = () => checkDisabled()
 function pswInputChange() {
   const pswInputDouble = document.createElement('input')
   psw.onOpenChange = (chek) => {
-    debugger
     if (!chek) {
       pswInputDouble.type = psw.setOpen()
       pswInputDouble.value = psw.getValue()