Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
25
Star
54
Fork
40
lautr3k
/
SLAcer.js
Code
Issues
6
Pull requests
0
Projects
0
Insights
Permalink
Browse files
no ssl
Loading branch information
...
1 parent
ff1001e
commit
d744ac6e8a4e2ab7b28b24d377134b5221809f47
lautr3k
committed
Mar 27, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
js/main.js
Show comments
View
2
js/main.js
@@ -855,7 +855,7 @@ loader.onError = errorHandler;
var
stl
=
'
stl/StressTest.stl
'
;
//
File url
-
var
url
=
'
https
://
'
+
window
.
location
.
hostname
+
window
.
location
.
pathname
+
stl;
+
var
url
=
'
http
://
'
+
window
.
location
.
hostname
+
window
.
location
.
pathname
+
stl;
//
Create http request object
var
xmlhttp
=
new
XMLHttpRequest
();
Toggle all file notes
0 comments on commit
d744ac6
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
d744ac6