mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Send notification when user is writing a message
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
ComunicWeb.common.date = {
|
||||
const ComunicDate = {
|
||||
/**
|
||||
* Get current timestamp
|
||||
*
|
||||
@ -99,4 +99,6 @@ ComunicWeb.common.date = {
|
||||
timeDiffToStr: function(time){
|
||||
return this.diffToStr(this.time() - time);
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
ComunicWeb.common.date = ComunicDate;
|
Reference in New Issue
Block a user