Skip to content

Commit

Permalink
修复:[画廊]预览无法查看
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jul 14, 2018
1 parent ff8e08d commit e5465d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/conversation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ togglePreview: function(id, preview) {
$("#" + id + "-preview").html("");

// Get the formatted post and show it.
$.ETAjax({
return $.ETAjax({
url: "conversation/preview.ajax",
type: "post",
data: {content: $("#" + id + " textarea").val()},
Expand Down

0 comments on commit e5465d4

Please sign in to comment.