summaryrefslogtreecommitdiffstats
path: root/templates/devtest
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-04-22 01:00:04 +0800
committerGitHub <noreply@github.com>2024-04-22 01:00:04 +0800
commitf95622cddc8db24719d10794e50ae6b125e6b96e (patch)
treeefee90209538f64a1b49139b150ae682f0b0a1b2 /templates/devtest
parente865de1e9d65dc09797d165a51c8e705d2a86030 (diff)
downloadgitea-f95622cddc8db24719d10794e50ae6b125e6b96e.tar.gz
gitea-f95622cddc8db24719d10794e50ae6b125e6b96e.zip
Fix issue comment form and quick-submit (#30623)
1. Rewrite initGlobalEnterQuickSubmit (by the way, remove jQuery) 2. Fix issue comment form layout
Diffstat (limited to 'templates/devtest')
-rw-r--r--templates/devtest/fetch-action.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devtest/fetch-action.tmpl b/templates/devtest/fetch-action.tmpl
index 7b0bbba554..2b25e6c9c4 100644
--- a/templates/devtest/fetch-action.tmpl
+++ b/templates/devtest/fetch-action.tmpl
@@ -21,7 +21,7 @@
<button name="btn">submit get</button>
</form>
<form method="post" action="fetch-action-test?k=1" class="form-fetch-action">
- <div><textarea name="text" rows="3" class="js-quick-submit"></textarea></div>
+ <div><textarea name="text" rows="3"></textarea></div>
<div><label><input name="check" type="checkbox"> check</label></div>
<div><button name="btn">submit post</button></div>
</form>