Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | .dellink gab es noch nie... |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9cbadb5b78db3a97a3e836fea53a455e |
User & Date: | git@tuxproject.de 2019-04-04 18:25:30 |
Context
2019-08-12
| ||
19:16 | Adding - at least - SOME design... check-in: d9f9eccc70 user: git@tuxproject.de tags: master, trunk | |
2019-04-04
| ||
18:25 | .dellink gab es noch nie... check-in: 9cbadb5b78 user: git@tuxproject.de tags: master, trunk | |
17:39 | Typo 🙄 check-in: 5e55bbe515 user: git@tuxproject.de tags: master, trunk | |
Changes
Changes to src/templates/script.js.
︙ | ︙ | |||
62 63 64 65 66 67 68 | function(data) { alert(data); } ); } }); | < < < | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | function(data) { alert(data); } ); } }); // Ortung versuchen: map.locate({ setView: true, maxZoom: 28 }); } function onPopupOpen() { var tempMarker = this; |
︙ | ︙ |