Browse Source

removing type param access from standalone url

pull/1122/head
Shawn Scofield 2 years ago
parent
commit
ae2c6f310d
1 changed files with 0 additions and 1 deletions
  1. +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':


Loading…
Cancel
Save