From 554704194223f262249ba14688a6d4690ff73d1b Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Wed, 4 Jun 2014 15:26: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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grepolis.user.js b/grepolis.user.js index 6914b58..ce2594d 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.0.33 +// @version 1.0.34 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -94,8 +94,8 @@ var seconds = minutes * 60 + ts.substring(5,7) * 1; - $('.town_name').text(dformat + " +" + seconds + "s"); - console.log("btn is inactive, trying again in " + seconds + " seconds"); + $('.town_name').text(dformat + " +" + ts); + console.log("btn is inactive, trying again in " + ts + " seconds"); wnd.close(); setTimeout(getWaresTick(xFarmId), seconds * 1000 + 1000);