Remove an unused template file invoking js_preamble().

This commit is contained in:
Max Goodman
2011-11-08 16:35:54 -08:00
parent 172f869e33
commit 3ef79bf5ee

View File

@@ -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>