/ ‘grepolis.user.js’
This commit is contained in:
parent
52a8bc1405
commit
ff0b1546d2
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.0
|
||||
// @version 1.1.1
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
var tmout = 5000 + rand(5);
|
||||
setTimeout(getWaresTick(town_id, xFarmId), tmout);
|
||||
var tmoutId = 'farm-' + xFarmId
|
||||
$(town_countdown).append('<span id="' + tmoutId + '"><script>j_countdown(' + Math.floor(tmout/1000) + ', "' + tmoutId + '");</script></span>');
|
||||
$(town_countdown).append('<span id="' + tmoutId + '"><script>j_countdown(' + Math.floor(tmout/1000) + ', "' + tmoutId + '");</script></span>, ');
|
||||
});
|
||||
$(town_countdown).append('<br />');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user