/ ‘grepolis.user.js’
This commit is contained in:
parent
534def251b
commit
0a6483838a
@ -23,7 +23,7 @@
|
||||
var d = new Date();
|
||||
var dformat = "[" + [d.getUTCHours(), d.getUTCMinutes(), d.getUTCSeconds()].join(':') + "]";
|
||||
$('.town_name').text(dformat);
|
||||
console.log("Timer fired");
|
||||
console.log($.map($(".indicator .amount"),function(v){return $(v).text()}));
|
||||
if(!buttonIsInitialized() || w(btn[0]) == null) {
|
||||
console.log("Need to get btn again");
|
||||
if(GPWindowMgr.is_open(GPWindowMgr.TYPE_FARM_TOWN) < 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user