Skip to content

Commit a7b5148

Browse files
committed
Disable AR.js static imports
1 parent a038524 commit a7b5148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
<script src="static/js/blockly/bot_it.js"></script>
1414
<script src="static/js/blockly/python_compressed.js"></script>
1515
<!-- Ar.js imports -->
16+
<!--
1617
<script src="static/js/three.min.js"></script>
1718
<script src="static/js/ar.js"></script>
1819
<script src="static/loaders/OBJLoader.js"></script>
1920
<script src="static/loaders/MTLLoader.js"></script>
2021
<script src="static/loaders/DDSLoader.js"></script>
22+
-->
2123
</head>
2224

2325
<body>

0 commit comments

Comments
 (0)