From 3cfa43dbae6fe7b30d620fb2c8c13eabc1ea9048 Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Thu, 16 Feb 2017 01:38:05 +0100 Subject: [PATCH] made the hack a bit less hacky --- templates/courses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/courses.html b/templates/courses.html index 21c2dee..9be576a 100644 --- a/templates/courses.html +++ b/templates/courses.html @@ -56,11 +56,11 @@ </ul> </div></div> </div> +{% endfor %} <div class="visible-xs" id="xs-check"></div> <script> if($("#xs-check").is(":visible")) { $("#zeitlos").removeClass('in') } </script> -{% endfor %} {% endblock %} -- GitLab