Merge pull request #284 from rcutmore/add-campaign-group

Clear input after adding group to campaign
pull/291/head
Jordan Wright 2016-06-05 17:53:08 -05:00
commit 5df1e9500e
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