diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-04-22 01:00:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 01:00:04 +0800 |
commit | f95622cddc8db24719d10794e50ae6b125e6b96e (patch) | |
tree | efee90209538f64a1b49139b150ae682f0b0a1b2 /templates/devtest | |
parent | e865de1e9d65dc09797d165a51c8e705d2a86030 (diff) | |
download | gitea-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.tmpl | 2 |
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> |