mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Move the preamble above library JS in mobile.
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
${self.robots()}
|
||||
<link rel="stylesheet" href="${static('compact.css')}" type="text/css" media="screen" />
|
||||
${unsafe(js.use('jquery', 'mobile'))}
|
||||
<script type="text/javascript">
|
||||
${js_preamble()}
|
||||
</script>
|
||||
${unsafe(js.use('jquery', 'mobile'))}
|
||||
${googleanalytics('mobile')}
|
||||
</head>
|
||||
${self.bodyHTML()}
|
||||
|
||||
Reference in New Issue
Block a user