Added untrackedDeveloperSettings to this branch too.

Load devel settings file after config.js and settings are saved for
developers even after merges.

	modified:   .gitignore
	modified:   public_html/config.js
	modified:   public_html/gmap.html
	modified:   public_html/script.js

Example file
--- untrackedDeveloperSettings.js ---
// Load this file after config.js so these settings are used

var CONST_CENTERLAT = 35.21928;
var CONST_CENTERLON = -80.94406;
var CONST_ZOOMLVL   = 9;
--- untrackedDeveloperSettings.js END ---
This commit is contained in:
terribl 2013-05-25 11:56:32 +03:00
parent 8b5c74ded8
commit 9c465c174b
4 changed files with 14 additions and 11 deletions

2
.gitignore vendored
View file

@ -7,3 +7,5 @@ frames.js
*~
*.rej
*.orig
untrackedDeveloperSettings.js