/ ‘grepolis.user.js’
This commit is contained in:
parent
77fcf2deff
commit
598bddab5c
@ -59,7 +59,7 @@
|
||||
var tmout = 5000 + rand(5);
|
||||
setTimeout(getWaresTick(xFarmId), tmout);
|
||||
var tmoutId = 'farm-' + xFarmId
|
||||
logWindowElement.append('<span id="' + tmoutId + '"><script>countdown(' + Math.floor(tmout/1000) + ', "' + tmoutId + '");</script></span><br />');
|
||||
logWindowElement.append('<span id="' + tmoutId + '">Farm ID ' + xFarmId + ': <script>countdown(' + Math.floor(tmout/1000) + ', "' + tmoutId + '");</script></span><br />');
|
||||
});
|
||||
|
||||
$("#ui-id-1").empty().append("<select id=choosefarmduration><option value=300>5min</option><option value=1200>20min</option><option value=5400>90min</option><option value=14400>4h</option></select>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user