From ae2c6f310d0e2606defdb0e069ed3e0a5ab49b75 Mon Sep 17 00:00:00 2001 From: Shawn Scofield Date: Sat, 15 Oct 2022 07:28:46 -0500 Subject: [PATCH] removing type param access from standalone url --- src/standalone/standalone.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/standalone/standalone.js b/src/standalone/standalone.js index 8071795..22781ef 100644 --- a/src/standalone/standalone.js +++ b/src/standalone/standalone.js @@ -58,7 +58,6 @@ function parseURLParameters() { case 'showControls': configFromURL[option] = JSON.parse(value); break; - case 'type': case 'author': case 'title': case 'firstScene':