Quote:
Originally Posted by quakerroatmeal
I figured out how to put in the blank apps, but how exactly do I config the configureme. js. I went into it do I just add my zip code?
var locale = 76017 "Moscow, Russia" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'
I just add my zip code after var locale = ##### and leave the rest of the information such as "Moscow, Russia" //e.g. . .... .. and so on there. I do not need to delete anything just edit and add my zip code?
|
You put the zip in the wrong spot. Take out the Moscow,Russia in quotation marks and put your zip code in there, not in front of it. Leave the quotation marks around the zip....
Like this:
var locale = "76017" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'