Fix loaded script for the example-verbatim examples

This commit is contained in:
Frederic Junod
2018-07-26 13:45:43 +02:00
parent 5a6502572f
commit 3c0be4e611
2 changed files with 4 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ tags: "fullscreen, geolocation, orientation, mobile"
<button id="geolocate">Geolocate Me!</button>
<button id="simulate">Simulate</button>
</div>
<script src="./resources/common.js" type="text/javascript"></script>
<script src="loader.js?id=geolocation-orientation" type="text/javascript"></script>
<script src="common.js"></script>
<script src="geolocation-orientation.js"></script>
</body>
</html>