mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2c7661a524
* 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. |
6 years ago | |
---|---|---|
.. | ||
branch | 6 years ago | |
diff | 6 years ago | |
editor | 6 years ago | |
issue | 6 years ago | |
pulls | 6 years ago | |
release | 6 years ago | |
settings | 6 years ago | |
wiki | 6 years ago | |
activity.tmpl | 6 years ago | |
bare.tmpl | 6 years ago | |
branch_dropdown.tmpl | 7 years ago | |
commit_status.tmpl | 7 years ago | |
commits.tmpl | 7 years ago | |
commits_table.tmpl | 6 years ago | |
create.tmpl | 7 years ago | |
forks.tmpl | 9 years ago | |
graph.tmpl | 7 years ago | |
header.tmpl | 6 years ago | |
home.tmpl | 6 years ago | |
migrate.tmpl | 7 years ago | |
search.tmpl | 7 years ago | |
sub_menu.tmpl | 6 years ago | |
user_cards.tmpl | 7 years ago | |
view_file.tmpl | 6 years ago | |
view_list.tmpl | 7 years ago | |
watchers.tmpl | 9 years ago |