Remove old comments.
This commit is contained in:
@@ -74,9 +74,9 @@ function initAce(editor, editorSession) {
|
||||
initAce(editor, editorSession);
|
||||
|
||||
// Setup comment ace.
|
||||
var commentEditor = ace.edit("comment"); // Comment Editor
|
||||
var commentEditorSession = commentEditor.getSession(); // Comment Editor Session
|
||||
var commentEditorContainer = commentEditor.container; // COmment Editor Container
|
||||
var commentEditor = ace.edit("comment");
|
||||
var commentEditorSession = commentEditor.getSession();
|
||||
var commentEditorContainer = commentEditor.container;
|
||||
|
||||
initAce(commentEditor, commentEditorSession);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user