mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Can send request to delete user accounts
This commit is contained in:
@ -598,6 +598,13 @@ var ComunicWeb = {
|
||||
//TODO : implement
|
||||
},
|
||||
|
||||
/**
|
||||
* Settings helper
|
||||
*/
|
||||
helper: {
|
||||
//TODO : implement
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -62,7 +62,7 @@ ComunicWeb.common.messages.createLoadingCallout = function(target){
|
||||
*
|
||||
* @param {object} info Information about the callout to create
|
||||
* @argument {string} type The type of modal
|
||||
* @param {string} title The title of the modal
|
||||
* @argument {string} title The title of the modal
|
||||
* @return {object} Information about the created dialog
|
||||
*/
|
||||
ComunicWeb.common.messages.createDialogSkeleton = function(info){
|
||||
|
Reference in New Issue
Block a user