From fc4ec7c7a5b7970a71eeec59b79fd5f1dfb2939b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 14 Jun 2022 18:35:48 +0200 Subject: [PATCH] wip #4210 @0.25 --- app/Models/FluidbookTheme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5