|
@@ -1,6 +1,10 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
|
|
|
+<!--
|
|
|
+ // TO DO - Delete this ? It's not used anymore. It's now included in the index.html with a switch button JS / TS
|
|
|
+ -->
|
|
|
+
|
|
|
<head>
|
|
|
<title>Babylon.js Playground</title>
|
|
|
<meta charset='utf-8' />
|
|
@@ -472,7 +476,7 @@
|
|
|
<script src="js/jquery.qrcode.js"></script>
|
|
|
<script src="js/qrcode.js"></script>
|
|
|
|
|
|
- <script src="js/actions.js"></script>
|
|
|
+ <script src="js/UImenu.js"></script>
|
|
|
<script src="js/pbt.js"></script>
|
|
|
<script src="js/libs/typescript.js"></script>
|
|
|
<script src="js/index.js"></script>
|