diff --git a/grepolis.user.js b/grepolis.user.js index 8afd443..3a15f57 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.0.19 +// @version 1.0.20 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -51,7 +51,7 @@ var d = new Date(); var dformat = "[" + [d.getUTCHours(), d.getUTCMinutes(), d.getUTCSeconds()].join(':') + "]"; $('.town_name').text(dformat); - console.log($.map($(".indicator .amount"),function(v){return $(v).text()})); + console.log($.map($(".indicator .amount"),function(v){return $(v).text()}).join(", ")); if(!buttonIsInitialized() || w(btn[0]) == null) { console.log("Need to get btn again"); if(GPWindowMgr.is_open(GPWindowMgr.TYPE_FARM_TOWN) < 1) {