diff --git a/static/js/app/users.js b/static/js/app/users.js index 925654bf..26f32171 100644 --- a/static/js/app/users.js +++ b/static/js/app/users.js @@ -1,6 +1,6 @@ // Save attempts to POST to /campaigns/ function save(){ - var targets = {} + var targets = [{}] var group = { name: $("#name").val(), targets: targets @@ -46,4 +46,5 @@ function load(){ $(document).ready(function(){ load() + $("#fileUpload").hover(function(){$("#fileUpload").tooltip('toggle')}) }) diff --git a/templates/users.html b/templates/users.html index 8d55fd4b..455a309e 100644 --- a/templates/users.html +++ b/templates/users.html @@ -27,7 +27,7 @@
- +
 
@@ -85,57 +85,35 @@