Skip to content

Commit

Permalink
Accept suggestions from CodePolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 2, 2024
1 parent 59bff37 commit 640d204
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2216,5 +2216,3 @@

# OTOBO 10.0.0 beta1 2020-01-30
- First official OTOBO release, yippie!


2 changes: 1 addition & 1 deletion Kernel/System/Web/UploadCache/FS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use File::Basename qw(basename);
use List::Util qw(sum);
use List::Util qw(sum);

our @ObjectDependencies = (
'Kernel::Config',
Expand Down
2 changes: 1 addition & 1 deletion var/httpd/htdocs/common/css/CKEditor.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion var/httpd/htdocs/js/Core.UI.RichTextEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Core.UI.RichTextEditor = (function (TargetNS) {
$domEditableElement.css("height", Math.max(editorMinHeight, Core.Config.Get("RichText.Height")));
$domEditableElement.css("width", Math.min(editorMaxWidth, Core.Config.Get("RichText.Width")));
}

Core.App.Publish('Event.UI.RichTextEditor.InstanceCreated', [editor]);

// workaround for ckeditor not using data filter correctly on prefilled content
Expand Down

0 comments on commit 640d204

Please sign in to comment.