mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Show group basic information
This commit is contained in:
@ -183,4 +183,15 @@ function getInfoGroup(id, callback){
|
||||
*/
|
||||
function getInfoMultipleGroups(IDs, callback, force){
|
||||
ComunicWeb.components.groups.info.getInfoMultiple(IDs, callback, force);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the difference of time from now to a specified
|
||||
* timestamp and return it as a string
|
||||
*
|
||||
* @param {Integer} time The base time
|
||||
* @return {String} Computed difference
|
||||
*/
|
||||
function timeDiffToStr(time) {
|
||||
return ComunicWeb.common.date.timeDiffToStr(time);
|
||||
}
|
Reference in New Issue
Block a user