fix issue with IE
This commit is contained in:
parent
48821a6da5
commit
6f93001658
@ -239,7 +239,11 @@ function handle_comment_form(e) {
|
||||
},10000);
|
||||
});
|
||||
|
||||
function commentSaveChanges(convId,isFinal = false) {
|
||||
function commentSaveChanges(convId, isFinal) {
|
||||
|
||||
if(typeof isFinal === 'undefined')
|
||||
isFinal = false;
|
||||
|
||||
if(auto_save_draft) {
|
||||
tmp = $('#' + emptyCommentElm).val();
|
||||
if(tmp) {
|
||||
|
Reference in New Issue
Block a user