]> _ Git - fluidbook-toolbox.git/commitdiff
wip #4210 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Jun 2022 16:35:48 +0000 (18:35 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Jun 2022 16:35:48 +0000 (18:35 +0200)
app/Models/FluidbookTheme.php

index 78d61f4133b9ea276935ce22b931e987ebabbcd5..c22d5867d10cd7cbf1a702b0fc472b56f8143fdc 100644 (file)
@@ -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) {