Permalink
Browse files

load example on ssl

  • Loading branch information...
1 parent 61b7cb6 commit ff1001e7386ee554d5bdb8595e76f215b88056b2 @lautr3k committed Mar 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 js/main.js
View
@@ -855,7 +855,7 @@ loader.onError = errorHandler;
var stl = 'stl/StressTest.stl';
// 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
var xmlhttp = new XMLHttpRequest();

0 comments on commit ff1001e

Please sign in to comment.