mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-14 23:18:08 +00:00
Get account image settings from the server
This commit is contained in:
assets
css
pages
settings
sections
js
common
components
settings
pages
settings
system/config
@ -85,4 +85,15 @@ ComunicWeb.components.settings.interface = {
|
||||
};
|
||||
ComunicWeb.common.api.makeAPIrequest(apiURI, params, true, callback);
|
||||
},
|
||||
|
||||
/**
|
||||
* Get account image settings from the API
|
||||
*
|
||||
* @param {function} callback
|
||||
*/
|
||||
getAccountImage: function(callback){
|
||||
var apiURI = "settings/get_account_image";
|
||||
var params = {};
|
||||
ComunicWeb.common.api.makeAPIrequest(apiURI, params, true, callback);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user