Commit: 9c26d92d5d7029eb18912582ebaea1e7b7b4540e

Author: Nate Abele | Date: 2010-03-09 12:37:57 -0500
Code cleanup.
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 6ffa6de..fb9ff1d 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -67,7 +67,6 @@ $(".markdown").each(function () { $(this).html(converter.makeHtml($.trim($(this).text()))); }); - $('pre.source-code').hide(); $('.source-toggle').bind('click', function() { visible = $(codeSelector).is(':visible');