Add attribution for Leaflet.Pancontrol

This commit is contained in:
Kevin
2013-03-28 14:19:56 -07:00
parent e301f2aeff
commit be20fb0807
2 changed files with 2 additions and 1 deletions

View File

@ -49,4 +49,4 @@ if(window.iitcLoaded && typeof setup === 'function') {
// inject code into site context
var script = document.createElement('script');
script.appendChild(document.createTextNode('('+ wrapper +')();'));
(document.body || document.head || document.documentElement).appendChild(script);
(document.body || document.head || document.documentElement).appendChild(script);