OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
assets
/
js
/
forms
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2022 11:10:46 AM
rwxr-xr-x
📄
page_contact_form.js
2.41 KB
08/14/2022 11:10:46 AM
rw-r--r--
📄
page_login.js
1.29 KB
08/14/2022 11:10:46 AM
rw-r--r--
📄
page_registration.js
2.68 KB
08/14/2022 11:10:46 AM
rw-r--r--
📄
product-quantity.js
779 bytes
08/14/2022 11:10:46 AM
rw-r--r--
📄
review.js
2.1 KB
08/14/2022 11:10:46 AM
rw-r--r--
Editing: product-quantity.js
Close
function subtractQty(){ if(document.getElementById("qty").value - 1 < 0) return; else document.getElementById("qty").value--; } function subtractQty1() { if(document.getElementById("qty1").value - 1 < 0) return; else document.getElementById("qty1").value--; } function subtractQty2() { if(document.getElementById("qty2").value - 1 < 0) return; else document.getElementById("qty2").value--; } function subtractQty3() { if(document.getElementById("qty3").value - 1 < 0) return; else document.getElementById("qty3").value--; } function subtractQty4() { if(document.getElementById("qty4").value - 1 < 0) return; else document.getElementById("qty4").value--; }