Frame bust inner toolbar

This commit is contained in:
Keith Mitchell
2012-04-20 18:50:14 -07:00
committed by Neil Williams
parent 872bc19b8e
commit 766dd00ca7

View File

@@ -23,6 +23,11 @@
from r2.lib.template_helpers import add_sr, panel_size
%>
<html>
<script type="text/javascript">
if (window == window.top) {
window.location = "${add_sr('/tb/' + thing.link._id36)}"
}
</script>
<frameset cols="${panel_size('expanded' if thing.expanded else 'collapsed')}"
name="inner_toolbar" onload="window.frames[1].focus()">
<frame frameborder="0" src="${add_sr('/toolbar/comments/'+thing.link._id36)}"