mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Add missing preamble to framebuster.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
r = r || {}
|
||||
r = window.r || {}
|
||||
|
||||
$(function() {
|
||||
r.login.ui.init()
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
<head>
|
||||
<title>escappit</title>
|
||||
<% from r2.lib import js %>
|
||||
<script type="text/javascript">
|
||||
${js_preamble()}
|
||||
</script>
|
||||
${unsafe(js.use('jquery', 'reddit'))}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user