Fix post valifity inverval
This commit is contained in:
@@ -586,7 +586,7 @@ function initSpotMessages(aoMessages, aoTracks) {
|
||||
//Tooltip
|
||||
$Tooltip = $('<div>', {'class':'info-window'})
|
||||
.append($('<h1>')
|
||||
.addIcon('fa-message fa-lg push')
|
||||
.addIcon('fa-message fa-lg', true)
|
||||
.append($('<span>').text('Message '+oSpot.lang('counter', oMsg.displayed_id)))
|
||||
.append($('<span>', {'class':'message-type'}).text('('+oMsg.type+')'))
|
||||
)
|
||||
@@ -601,7 +601,7 @@ function initSpotMessages(aoMessages, aoTracks) {
|
||||
//Tooltip: Time Zone
|
||||
if(oMsg.formatted_time_local != oMsg.formatted_time) {
|
||||
$Tooltip.append($('<p>', {'class':'timezone'})
|
||||
.addIcon('fa-timezone fa-fw fa-lg')
|
||||
.addIcon('fa-timezone fa-fw fa-lg', true)
|
||||
.append(oSpot.lang('local_time', oMsg.formatted_time_local)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user