Cleaned up the watchers Modals

This commit is contained in:
johnnyq
2023-08-03 19:36:02 -04:00
parent 427ed8e57b
commit cc80d41964
4 changed files with 8 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ function addWatcher(button) {
textField.type = "email";
textField.className = "form-control";
textField.name = "watchers[]";
textField.placeholder = "Enter an email";
var removeButtonWrapper = document.createElement("div");
removeButtonWrapper.className = "input-group-append";