Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Package registry
Security
Team management
Social coding
Documentation
Code hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
27
Star
86
Fork
59
lautr3k
/
SLAcer.js
Code
Issues
8
Pull requests
1
Projects
0
Security
Insights
Permalink
Browse files
load example on ssl
Loading branch information
...
lautr3k
committed
Mar 26, 2016
1 parent
61b7cb6
commit
ff1001e7386ee554d5bdb8595e76f215b88056b2
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
js/main.js
2
js/main.js
Show comments
View file
Edit file
Delete file
@@ -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
();
Toggle all file notes
0 comments on commit
ff1001e
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
ff1001e