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