UNPKG

esri-leaflet

Version:

Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.

19 lines (17 loc) 377 B
<!DOCTYPE html> <html> <head></head> <body> <script> var match; if(window.location.hash && (match=window.location.hash.match(/#access_token=([^&]+)/))) { if(window.opener && window.opener.parent) { window.opener.parent.oauthCallback(match[1]); } else { window.parent.oauthCallback(match[1]); } window.close(); } </script> </body> </html>