9c465c174b
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 ---
12 lines
98 B
Plaintext
12 lines
98 B
Plaintext
*.o
|
|
dump1090
|
|
testfiles/*.bin
|
|
misc
|
|
frames.js
|
|
.*.swp
|
|
*~
|
|
*.rej
|
|
*.orig
|
|
untrackedDeveloperSettings.js
|
|
|