Permalink
Browse files

Add photonic3d.js script in html

  • Loading branch information...
1 parent a9bba43 commit 36836fa717ce763cd2557eb4a69072cee9b2c240 @wilbur-shi wilbur-shi committed Aug 4, 2016
Showing with 2 additions and 1 deletion.
  1. +1 −0 index.html
  2. +1 −1 js/main.js
View
@@ -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>
View
@@ -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

Please sign in to comment.