/ ‘grepolis.user.js’
This commit is contained in:
parent
7940465a6b
commit
7ed8495096
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.98
|
||||
// @version 1.0.99
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -73,8 +73,9 @@
|
||||
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><br />');
|
||||
$(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