|
@@ -855,7 +855,7 @@ loader.onError = errorHandler; |
|
var stl = 'stl/StressTest.stl';
|
|
var stl = 'stl/StressTest.stl';
|
|
|
|
|
|
// File url
|
|
// File url
|
|
-var url = 'http://' + window.location.hostname + window.location.pathname + stl;
|
|
+var url = 'https://' + window.location.hostname + window.location.pathname + stl;
|
|
|
|
|
|
// Create http request object
|
|
// Create http request object
|
|
var xmlhttp = new XMLHttpRequest();
|
|
var xmlhttp = new XMLHttpRequest();
|
|
|
0 comments on commit
ff1001e