mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
Remove dead code that was causing a JS exception.
This commit is contained in:
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user