Permalink
Browse files
Add photonic3d.js script in html
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+1
−0
index.html
-
+1
−1
js/main.js
|
@@ -359,5 +359,6 @@ <h3 class="panel-title">Colors</h3> |
|
|
<script src="vendor/FileSaver.min.js" type="text/javascript"></script> |
|
|
<script src="vendor/jszip.min.js" type="text/javascript"></script> |
|
|
<script src="js/main.js" type="text/javascript"></script> |
|
|
<script src="js/photonic3d.js" type="text/javascript"></script> |
|
|
</body> |
|
|
</html> |
|
@@ -1045,7 +1045,7 @@ loader.onError = errorHandler; |
|
|
var stl = 'stl/StressTest.stl'; |
|
|
//var stl = 'stl/SLAcer.stl'; |
|
|
|
|
|
// File url |
|
|
// File url |
|
|
// var url = 'http://' + window.location.hostname + window.location.pathname + stl; |
|
|
var url = window.location.href + stl; |
|
|
|
|
|
0 comments on commit
36836fa