From d93cb6b6f09838a83e94beaa92c36274c9825f54 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Wed, 4 Jun 2014 15:26:37 +0200 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98repolis.user.js=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grepolis.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grepolis.user.js b/grepolis.user.js index ce2594d..08b87ce 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.0.34 +// @version 1.0.35 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -95,7 +95,7 @@ $('.town_name').text(dformat + " +" + ts); - console.log("btn is inactive, trying again in " + ts + " seconds"); + console.log("btn is inactive, trying again in " + ts); wnd.close(); setTimeout(getWaresTick(xFarmId), seconds * 1000 + 1000);