fix message displayed ID

This commit is contained in:
2019-02-20 22:27:29 +01:00
parent 077c38fe58
commit 29ffa3098a
2 changed files with 9 additions and 11 deletions

View File

@@ -263,7 +263,7 @@ function initSpotMessages(aoMessages, aoTracks) {
//Tooltip
$Tooltip = $('<div>', {'class':'info-window'})
.append($('<h1>')
.append('Message '+oMsg.type+' #'+oMsg.id_message))
.append('Message '+oMsg.type+' '+oMsg.displayed_id))
.append($('<p>', {'class':'time'})
.addIcon('fa-time')
.append(oMsg.formatted_time+(self.vars(['project', 'mode'])==self.consts.modes.blog?' ('+oMsg.relative_time+')':'')))