This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix issue ajax update
for-closed-social
FuXiaoHei
10 years ago
parent
ffa59739b6
commit
be45057c3a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
)
;
}
}
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save