Fix error on add_group_modal reset form on close
Benjamin Renard

Benjamin Renard commited on 2014-01-06 01:11:09
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -45,7 +45,7 @@ on_valid_add_group_modal=function () {
45 45
 }
46 46
 
47 47
 on_close_add_group_modal=function () {
48
-  $('#add_group_name form')[0].reset();
48
+  $('#add_group_modal form')[0].reset();
49 49
 }
50 50
 
51 51
 /****************
52 52