Skip to content

Commit

Permalink
removed debugging from helper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
turnermm committed Feb 20, 2016
1 parent cd894f9 commit 82795d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function FCKeditor_OnComplete( editorInstance )
oDokuWiki_FCKEditorInstance = editorInstance;
editorInstance.on( 'key', handlekeypress, editorInstance );
alert(editorInstance == CKEDITOR.instances.wiki__text);
CKEDITOR.instances.wiki__text.on('change', function(event) {
window.dwfckTextChanged = true;
});
Expand Down

0 comments on commit 82795d3

Please sign in to comment.