Back
Todo
make drawing of city boxes 10x faster by not using 25 jQuery selectors per city box to fill a template <div> but instead using a string .replace() with {template} strings and then .html()’ing the entire HTML blob at the end once
#nomads