ソースを参照

Add parameter for authorURL

pull/756/head
David Hein 5年前
コミット
bed0f2e584
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/standalone/standalone.js

+ 2
- 2
src/standalone/standalone.js ファイルの表示

@@ -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:


読み込み中…
キャンセル
保存