mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Remove an unused template file invoking js_preamble().
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<%namespace file="utils.html" import="js_preamble"/>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
document.domain = "${thing.domain}";
|
||||
${js_preamble()}
|
||||
reddit.vl = parent.reddit.vl;
|
||||
parent.reddit = reddit;
|
||||
|
||||
/* embed shouldn't be able to JS-redirect the page. */
|
||||
parent.redirect = parent.refresh;
|
||||
this.frameElement.className = "rembeddit-frame";
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user