gitea/templates
Harshit Bansal 28cc3bd662 Fix wrong text getting saved on editing second comment on an issue. (#5608) (#5615)
* comments: Fix an incorrent DOM element selection.

This commit fixes a bug that was causing text from previously edited
comment to get saved when two comments were edited one after other.
Text area with id of `#content` isn't unique on the page but it was
being treated as unique by the event handling code.

Fixes: #5581.

* templates: Remove `id` from textarea in commit edit form.

An element is assigned an `id` only if it is unique for the whole page
but in this case there can be multiple textarea so it should have one.
2018-12-31 11:52:06 -05:00
..
admin Allow admin toggle forcing a password change for newly created users (#4563) 2018-09-13 12:34:36 -04:00
base fix bug when a read perm user to edit his issue (#5516) (#5534) 2018-12-12 12:37:22 -05:00
custom
explore Fix missing AppSubUrl in some templates (#5020) 2018-10-05 20:22:33 +03:00
mail Add noreferrer to rel='noopener` for <a> tags (#4328) 2018-07-03 19:52:36 -04:00
org Add noreferrer to rel='noopener` for <a> tags (#4328) 2018-07-03 19:52:36 -04:00
repo Fix wrong text getting saved on editing second comment on an issue. (#5608) (#5615) 2018-12-31 11:52:06 -05:00
status Add gitea/issues link to 500 page (#4654) 2018-08-11 13:04:43 -04:00
swagger Fix create team, update team missing units (#5188) (#5313) 2018-11-11 12:43:56 -05:00
user fix to 3819 - Backport (#5219) 2018-10-29 15:56:21 -04:00
home.tmpl Add noreferrer to rel='noopener` for <a> tags (#4328) 2018-07-03 19:52:36 -04:00
install.tmpl