mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
Clear input after adding group to campaign
This commit is contained in:
parent
a8aac75f99
commit
80c799e0cc
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ $(document).ready(function() {
|
|||
.remove()
|
||||
.draw();
|
||||
})
|
||||
$("#groupSelect").val("");
|
||||
return false;
|
||||
})
|
||||
// Create the group typeahead objects
|
||||
|
|
Loading…
Reference in a new issue