mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
feature #397, close popin when user deleted
This commit is contained in:
@@ -484,7 +484,7 @@ jQuery(document).on('click', '.close-user-details', function(e) {
|
||||
jQuery('#user'+userId+' .userDelete .loading').show();
|
||||
},
|
||||
success:function(data) {
|
||||
oTable.fnDraw();
|
||||
jQuery('.user_form_popin').colorbox.close();
|
||||
jQuery('#showAddUser .infos').html('✔ User '+username+' deleted').show();
|
||||
},
|
||||
error:function(XMLHttpRequest, textStatus, errorThrows) {
|
||||
|
||||
Reference in New Issue
Block a user