mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created access forbidden modal
This commit is contained in:
@ -687,9 +687,14 @@ var ComunicWeb = {
|
||||
/**
|
||||
* Display the page for user with forbidden access
|
||||
*/
|
||||
display: function(id, params, target){}
|
||||
display: function(id, params, target){},
|
||||
|
||||
}
|
||||
/**
|
||||
* Show basic user informations
|
||||
*/
|
||||
showBasicInfos: function(userInfos, target){},
|
||||
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user