Add script 'get-openssl-version.sh'.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Add JavaScript confirmation to the User Delete button
|
||||
*/
|
||||
jQuery(function(){
|
||||
jQuery('#usrmgr__del').on('click', function(){
|
||||
return confirm(LANG.del_confirm);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user