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