aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/static/main.js')
-rw-r--r--bh20simplewebuploader/static/main.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js
index fba791d..9373199 100644
--- a/bh20simplewebuploader/static/main.js
+++ b/bh20simplewebuploader/static/main.js
@@ -165,13 +165,6 @@ function removeField(e) {
}
}
-// Find all the add and remove field buttons and hook up the listeners.
-for (let button of document.getElementsByClassName('add-field')) {
- button.addEventListener('click', addField)
-}
-for (let button of document.getElementsByClassName('remove-field')) {
- button.addEventListener('click', removeField)
-}
// Change the submit button after hitting
function on_submit_button() {