mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-02-27 17:52:21 +00:00
Admins can now delete other admins, but not themselves.
This commit is contained in:
@@ -38,6 +38,10 @@ jQuery(document).ready(function($) {
|
||||
}
|
||||
});
|
||||
|
||||
$('.deleteuser').on('click', function () {
|
||||
return confirm('Oletko varma?');
|
||||
});
|
||||
|
||||
// Provide zebra striping to our table
|
||||
$('table tbody tr:odd').addClass("zebra");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user