mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
3.2.3
This commit is contained in:
8
resources/assets/js/permissions.js
vendored
Normal file
8
resources/assets/js/permissions.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
function switchPermissionSwitch(rank,valeur)
|
||||
{
|
||||
switch (valeur) {
|
||||
case 'close':
|
||||
$('#'+rank+'-close').addClass('btn-danger');
|
||||
$('#'+rank+'-close').removeClass('btn-danger');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user