Clear input after adding group to campaign

pull/284/head
Rob Cutmore 2016-06-05 18:00:52 -04:00
parent a8aac75f99
commit 80c799e0cc
1 changed files with 1 additions and 0 deletions

View File

@ -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