Fix comment button.

This commit is contained in:
bootstraponline
2012-05-18 10:35:42 -06:00
parent 3479dca0d0
commit 019e912d7f
@@ -155,7 +155,7 @@ window.onload = function() {
});
$("#savecommentconfirm").click(function() {
$.save(ces.getValue());
$.save(commentEditorSession.getValue());
hideCommentWindow();
});