/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-06-30 18:15:51 +02:00
parent f4b9953f3b
commit 7940465a6b

View File

@ -10,7 +10,7 @@
//
// @match http://*.grepolis.com/game/*
//
// @version 1.0.97
// @version 1.0.98
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
// ==/UserScript==
@ -67,7 +67,7 @@
for(var town_id in farm_ids) {
var town_countdown = document.createElement("span");
town_countdown.textConten = "" + towns[town_id] + ":";
town_countdown.textContent = "" + towns[town_id] + ":";
timerWindow.append(town_countdown);
farm_ids[town_id].forEach(function(xFarmId) {
var tmout = 5000 + rand(5);