fix issue with IE

This commit is contained in:
Mario Vavti 2019-01-07 09:47:08 +01:00
parent 48821a6da5
commit 6f93001658

View File

@ -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) {