Skip to content

Commit 0f0a8dc

Browse files
author
Daniel Golub
committed
ckeditor initialization code removed from backend.js file
1 parent 673428d commit 0f0a8dc

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

assets/js/backend.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
*/
55

66
$(document).ready(function(){
7-
// CKEDITOR.replace( 'content', {
8-
// // Options...
9-
// });
10-
});
7+
console.log("Codengine is ready to use!");
8+
});

0 commit comments

Comments
 (0)