mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
This directory will contain the built sources (iD.js, iD.css) and images. On a release branch, we will check in the generated files. For the osm.us/master deploy, it should run make and use dist/ as the root. Paths in css are relative, e.g. url(img/foo.png).
10 lines
185 B
HTML
10 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html><head></head>
|
|
<body>
|
|
<script>
|
|
opener.authComplete(window.location.href);
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|