mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Cleaned up the watchers Modals
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user