Browse Source

fix issue ajax update

for-closed-social
FuXiaoHei 10 years ago
parent
commit
be45057c3a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      public/js/app.js

+ 1
- 0
public/js/app.js View File

@ -454,6 +454,7 @@ function initIssue() {
if (json.ok) {
$('.issue-head h1.title').text(json.title);
$('.issue-main > .issue-content .content').html(json.content);
$('.issue-edit-cancel').trigger("click");
}
});
});

Loading…
Cancel
Save