add keys.js to configure API keys instead of specific ajax loading
This commit is contained in:
parent
0e471bade0
commit
a9f2b0cb18
6 changed files with 23 additions and 18 deletions
10
keys.js.template
Normal file
10
keys.js.template
Normal 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: ''
|
||||
};
|
||||
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue