Skip to content

Commit

Permalink
Annoying CKEditor4 security warning (openemr#7543)
Browse files Browse the repository at this point in the history
- prevent version check.
  • Loading branch information
sjpadgett authored Jul 8, 2024
1 parent fd4bc8a commit 08b5625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/js/nncustom_config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CKEDITOR.editorConfig = function (config) {
// config.language = 'fr';
// config.uiColor = '#AADC6E';
config.versionCheck = false; //don't remove or will get security popup
config.toolbarCanCollapse = true;
config.toolbar = 'NNToolbar';

Expand Down

0 comments on commit 08b5625

Please sign in to comment.