From bad98ec0300d3b20310b8a36c1ed612a670255e2 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 28 Sep 2011 21:53:37 -0700 Subject: [PATCH] Move the preamble above library JS in mobile. --- r2/r2/templates/base.compact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/templates/base.compact b/r2/r2/templates/base.compact index 65badead0..14a1e853a 100644 --- a/r2/r2/templates/base.compact +++ b/r2/r2/templates/base.compact @@ -43,10 +43,10 @@ ${self.robots()} - ${unsafe(js.use('jquery', 'mobile'))} + ${unsafe(js.use('jquery', 'mobile'))} ${googleanalytics('mobile')} ${self.bodyHTML()}