]> git.agnieray.net Git - galette.git/commitdiff
Fix selection actions on members list
authorJohan Cwiklinski <johan@x-tnd.be>
Sat, 9 Oct 2021 09:23:51 +0000 (11:23 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 9 Oct 2021 09:23:51 +0000 (11:23 +0200)
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