summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/js/gogs.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js
index 4a9635ea65..879756055c 100644
--- a/public/js/gogs.js
+++ b/public/js/gogs.js
@@ -464,10 +464,7 @@ function initWiki() {
element: $edit_area[0],
previewRender: function (plainText, preview) { // Async method
setTimeout(function () {
- if ($('.editor-preview-active').length == 0) {
- return;
- }
-
+ // FIXME: still send render request when return back to edit mode
$.post($edit_area.data('url'), {
"_csrf": csrf,
"mode": "gfm",