/ ‘grepolis.user.js’
This commit is contained in:
parent
c123d155d1
commit
7e5e77b63e
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.39
|
||||
// @version 1.1.40
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
HelperTown.townSwitch(town_id);
|
||||
HelperTown.handleInfoWindowJumpToTownClick();
|
||||
var farmtowns = $(".farmtown_owned_on_same_island");
|
||||
$.each(fto, function(f, farmtown) {
|
||||
$.each(farmtowns, function(f, farmtown) {
|
||||
var farmtownId = farmtown["id"].split("_")[2];
|
||||
farm_ids[town_id].push(+farmtownId);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user