From 07d45b6223ccb7f72992c862550ff96892126960 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Tue, 30 May 2017 19:31:28 +0200 Subject: [PATCH] Focus report reason text field when reporting A small convenience change which by sets the focus to the newly opened modal dialog's text field if the report button is hit. This way, people can type away their gripes with the torrent without having to click into the text field first. --- nyaa/templates/view.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index b78594d..82e12cc 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -216,4 +216,11 @@ target.innerHTML = writer.render(parsed); -{% endblock %} \ No newline at end of file + + +{% endblock %}