From 8ba210fd01cecdd4da053b703ee774d325417ac9 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Sat, 4 Feb 2017 22:30:51 +0000 Subject: [PATCH] - autofocus text and textarea boxes --- templates/question-text.html | 2 +- templates/question-textarea.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/question-text.html b/templates/question-text.html index 42fd2c2..5c4e460 100644 --- a/templates/question-text.html +++ b/templates/question-text.html @@ -2,6 +2,6 @@ {% block answer %}
- +
{% end %} \ No newline at end of file diff --git a/templates/question-textarea.html b/templates/question-textarea.html index 82d9f19..1012144 100644 --- a/templates/question-textarea.html +++ b/templates/question-textarea.html @@ -2,6 +2,6 @@ {% autoescape %} {% block answer %} -
+
-{% end %} \ No newline at end of file +{% end %} -- libgit2 0.21.2