Skip to content

Commit

Permalink
Update startup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leedavi authored Jul 23, 2024
1 parent 705693e commit a62ddbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckeditor/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
CKEDITOR.plugins.addExternal('dnnpagelinks', '/DesktopModules/NBright/NBrightData/ckeditor/plugins/dnnpagelinks/', 'plugin.js' );

editorvar{id} = CKEDITOR.replace('editor{id}', {
customConfig: '/DesktopModules/NBright/NBrightData/ckeditor/nbrightconfig.js'
,versionCheck: false
customConfig: '/DesktopModules/NBright/NBrightData/ckeditor/nbrightconfig.js',
versionCheck: false
});

editorvar{id}.on('change', function (event) {
Expand Down

0 comments on commit a62ddbb

Please # to comment.