mirror of https://github.com/gophish/gophish
Merge pull request #284 from rcutmore/add-campaign-group
Clear input after adding group to campaignpull/291/head
commit
5df1e9500e
|
@ -303,6 +303,7 @@ $(document).ready(function() {
|
||||||
.remove()
|
.remove()
|
||||||
.draw();
|
.draw();
|
||||||
})
|
})
|
||||||
|
$("#groupSelect").val("");
|
||||||
return false;
|
return false;
|
||||||
})
|
})
|
||||||
// Create the group typeahead objects
|
// Create the group typeahead objects
|
||||||
|
|
Loading…
Reference in New Issue