Skip to content

Commit

Permalink
'auto commit'
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Jan 14, 2013
1 parent 85b8437 commit 81a9a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/realtime-map.js
Expand Up @@ -105,7 +105,7 @@ RealTimeMap.run = function(config) {
// icons
ico(r.countryFlag)+ico(r.browserIcon)+ico(r.operatingSystemIcon)+'<br/>'+
// last action
r.actionDetails[r.actions-1].pageTitle+'<br/>'+
(r.actionDetails.length ? r.actionDetails[actionDetails.length-1].pageTitle+'<br/>' : '')+
// time of visit
(ds < 90 ? RealTimeMap._.seconds_ago.replace('%s', '<b>'+val(ds)+'</b>')
: ds < 5400 ? RealTimeMap._.minutes_ago.replace('%s', '<b>'+val(ds/60)+'</b>')
Expand Down

0 comments on commit 81a9a4b

Please sign in to comment.