diff --git a/r2/r2/templates/base.html b/r2/r2/templates/base.html index cef56e1bf..94d6e9d02 100644 --- a/r2/r2/templates/base.html +++ b/r2/r2/templates/base.html @@ -22,7 +22,6 @@ <%! - from r2.lib.template_helpers import static from r2.models import Link, Comment, Subreddit from r2.lib.tracking import UserInfo @@ -32,7 +31,6 @@ xml:lang="${c.lang}" ${c.lang_rtl and unsafe('dir="rtl"') or ''}> ${self.Title()} - @@ -43,7 +41,7 @@ ${self.stylesheet()} ${self.javascript()} ${js_setup()} - + ##things here may depend on globals, or included js, so we run them last