add keys.js to configure API keys instead of specific ajax loading

This commit is contained in:
Norbert Renner 2016-09-22 12:06:18 +02:00
parent 0e471bade0
commit a9f2b0cb18
6 changed files with 23 additions and 18 deletions

10
keys.js.template Normal file
View file

@ -0,0 +1,10 @@
(function() {
// COPYING: Please get your own API keys from the sites listed below
BR.keys = {
// Bing maps, http://www.microsoft.com/maps/default.aspx
bing: ''
};
})();