From: Vincent Vanwaelscappel Date: Tue, 14 Jun 2022 16:35:48 +0000 (+0200) Subject: wip #4210 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fc4ec7c7a5b7970a71eeec59b79fd5f1dfb2939b;p=fluidbook-toolbox.git wip #4210 @0.25 --- diff --git a/app/Models/FluidbookTheme.php b/app/Models/FluidbookTheme.php index 78d61f413..c22d5867d 100644 --- a/app/Models/FluidbookTheme.php +++ b/app/Models/FluidbookTheme.php @@ -749,7 +749,7 @@ class FluidbookTheme extends ToolboxModel public static function getThemePreviewURL($id, $params = [], $page = 2) { - $defaultParams = [/*'shortLoading' => '1'*/]; + $defaultParams = ['shortLoading' => '1']; $params = array_merge($defaultParams, $params); if (count($params) > 0) {