From 82c1d97e428457c423fa06dadd9d7ff29a263679 Mon Sep 17 00:00:00 2001 From: Dennis Sieben <102977884+d7oc@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:26:08 +0100 Subject: [PATCH] Correctly disable statistics --- sdkjs-plugins/content/photoeditor/scripts/photoeditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdkjs-plugins/content/photoeditor/scripts/photoeditor.js b/sdkjs-plugins/content/photoeditor/scripts/photoeditor.js index 352a11a8c..597f8369b 100644 --- a/sdkjs-plugins/content/photoeditor/scripts/photoeditor.js +++ b/sdkjs-plugins/content/photoeditor/scripts/photoeditor.js @@ -190,9 +190,9 @@ var bNewVersion = false; theme: themeStyle, initMenu: 'filter', menuBarPosition: 'bottom', - usageStatistics: false, locale: language }, + usageStatistics: false, cssMaxWidth: 700, cssMaxHeight: 500, }); @@ -278,4 +278,4 @@ var bNewVersion = false; } }; -})(window, undefined); \ No newline at end of file +})(window, undefined);