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);