Browse Source

Add parameter for authorURL

pull/756/head
David Hein 5 years ago
parent
commit
bed0f2e584
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/standalone/standalone.js

+ 2
- 2
src/standalone/standalone.js View File

@@ -39,8 +39,8 @@ function parseURLParameters() {
case 'compass':
configFromURL[option] = JSON.parse(value);
break;
case 'author': case 'title': case 'firstScene': case 'fallback':
case 'preview': case 'panorama': case 'config':
case 'author': case 'authorURL': case 'title': case 'firstScene':
case 'fallback': case 'preview': case 'panorama': case 'config':
configFromURL[option] = decodeURIComponent(value);
break;
default:


Loading…
Cancel
Save