This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
removing type param access from standalone url
pull/1131/head
Shawn Scofield
2 years ago
committed by
Matthew Petroff
parent
d39a61e1be
commit
34f6bee35c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/standalone/standalone.js
+ 0
- 1
src/standalone/standalone.js
View File
@@ -58,7 +58,6 @@ function parseURLParameters() {
case 'showControls':
configFromURL[option] = JSON.parse(value);
break;
case 'type':
case 'author':
case 'title':
case 'firstScene':
Write
Preview
Loading…
Cancel
Save