Remove dead code that was causing a JS exception.

This commit is contained in:
Max Goodman
2011-06-02 17:48:10 +00:00
parent f99959c7eb
commit 8b0e4c07af

View File

@@ -22,7 +22,7 @@
<%inherit file="reddit.html"/>
<%def name="bodyHTML()">
<body onclick="close_menus()" class="min-body">
<body class="min-body">
%if thing.content:
<div class="content">
${thing.content()}