/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-07-25 18:04:47 +02:00
parent 87b5840f85
commit 8159961a99

View File

@ -227,4 +227,9 @@
}
return ownedFarmIds;
}
function getOwnedCities() {
$('.js-button-caption').click();
var cities = $('.town_group_town');
}
})()