/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-06-15 00:56:13 +02:00
parent 77fcf2deff
commit 598bddab5c

View File

@ -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>");