From 81a9a4b6312cccb7ef813e21ba6cd86f0959d568 Mon Sep 17 00:00:00 2001 From: Gregor Aisch Date: Mon, 14 Jan 2013 13:06:03 +0100 Subject: [PATCH] 'auto commit' --- js/realtime-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/realtime-map.js b/js/realtime-map.js index f7a5f13..c7e0849 100644 --- a/js/realtime-map.js +++ b/js/realtime-map.js @@ -105,7 +105,7 @@ RealTimeMap.run = function(config) { // icons ico(r.countryFlag)+ico(r.browserIcon)+ico(r.operatingSystemIcon)+'
'+ // last action - r.actionDetails[r.actions-1].pageTitle+'
'+ + (r.actionDetails.length ? r.actionDetails[actionDetails.length-1].pageTitle+'
' : '')+ // time of visit (ds < 90 ? RealTimeMap._.seconds_ago.replace('%s', ''+val(ds)+'') : ds < 5400 ? RealTimeMap._.minutes_ago.replace('%s', ''+val(ds/60)+'')