]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5982 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 1 Jun 2023 12:56:48 +0000 (14:56 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 1 Jun 2023 12:56:48 +0000 (14:56 +0200)
app/Models/FluidbookTheme.php

index fcb9f95eb379474dc55aaf56585731c37158783a..68438acab8bf0b033cbc0884848dcff3006409c3 100644 (file)
@@ -800,7 +800,7 @@ class FluidbookTheme extends ToolboxSettingsModel
 
     public static function getThemePreviewURL($id, $params = [], $page = 2)
     {
-        $defaultParams = ['version' => 'online', 'id' => '20098-' . $id, 'hash' => 'f2e0452eed6dba9878016ce5603fdc54', 'time' => time(), 'path' => 'index.html', 'nointerface' => 1, 'force' => 0, 'shortLoading' => 1, 'puppeteer' => 0];
+        $defaultParams = ['version' => 'online', 'id' => '20098-' . $id, 'hash' => 'f2e0452eed6dba9878016ce5603fdc54', 'time' => time(), 'path' => 'index.html', 'force' => 0, 'shortLoading' => 1, 'puppeteer' => 0];
         return route('fluidbook_preview_with_time', array_merge($defaultParams, $params));
     }