From 1c40fdb52bbcfea09c36b0884bdd8f29c4bccbe2 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 7 Aug 2014 23:23:08 +0200 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98grepolis.user.js=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grepolis.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grepolis.user.js b/grepolis.user.js index 60e1379..87a2fd9 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -115,7 +115,7 @@ HelperTown.townSwitch(xTownId); var town = ITowns.getTown(xTownId); var params = {x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId}; - console.log("jump to " + params); + console.log("jump to ", params); HelperTown.handleInfoWindowJumpToTownClick(params, null, function() { WMap.mapTiles.focusTown(xTownId);