Clear input after adding group to campaign

This commit is contained in:
Rob Cutmore 2016-06-05 18:00:52 -04:00
parent a8aac75f99
commit 80c799e0cc

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