]> git.agnieray.net Git - galette.git/blobdiff - galette/templates/default/gestion_adherents.tpl
Fix selection actions on members list
[galette.git] / galette / templates / default / gestion_adherents.tpl
index 6cdb3345ea6bf0ef3b3a17da7e1908609f1650e2..80778d183e03b080e7abe913b45e7b01064eb615 100644 (file)
@@ -467,7 +467,6 @@ We have to use a template file, so Smarty will do its work (like replacing varia
             _bind_legend();
 
             $('.selection_menu *[type="submit"], .selection_menu *[type="button"]').click(function(event){
-                event.preventDefault();
                 if ( this.id == 'delete' || this.id == 'masschange' ) {
                     //mass removal is handled from 2 steps removal
                     //mass change is specifically handled below