diff --git a/ATTRIBUTION.md b/ATTRIBUTION.md index 3e4ef078..4cd6e083 100644 --- a/ATTRIBUTION.md +++ b/ATTRIBUTION.md @@ -8,5 +8,6 @@ This project is licensed under the permissive ISC license. Parts imported from o - [jquery.qrcode.js by Jerome Etienne; MIT](https://github.com/jeromeetienne/jquery-qrcode) - [oms.min.js by George MacKerron; MIT](https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet) - [taphold.js by Rich Adams; unknown](https://github.com/richadams/jquery-taphold) +- [L.Control.Pan.js by Kartena AB; same as Leaftlet](https://github.com/kartena/Leaflet.Pancontrol) - StackOverflow-CopyPasta is attributed in the source; [CC-Wiki](https://creativecommons.org/licenses/by-sa/3.0/) - all Ingress/Niantic related stuff obviously remains non-free and is still copyrighted by Niantic/Google diff --git a/plugins/pan-control.user.js b/plugins/pan-control.user.js index 1a1f66ce..b805106c 100644 --- a/plugins/pan-control.user.js +++ b/plugins/pan-control.user.js @@ -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); \ No newline at end of file +(document.body || document.head || document.documentElement).appendChild(script);