From bb7515e1a8948ce28537399cbb55641e45fd4d5c Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Wed, 17 Jan 2007 21:07:35 +0000 Subject: [PATCH] now set vertical mode explicitly --- themes/slashcode/htdocs/images/comments.js | 2 +- themes/slashcode/templates/printCommentsMain;misc;default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/slashcode/htdocs/images/comments.js b/themes/slashcode/htdocs/images/comments.js index 983dc7beb..972e91861 100644 --- a/themes/slashcode/htdocs/images/comments.js +++ b/themes/slashcode/htdocs/images/comments.js @@ -853,7 +853,7 @@ function toggleDisplayOptions() { gods.style.display = 'none'; d2opt.style.display = 'inline'; - d2out.className = ''; + d2out.className = 'vertical'; gCommentControlWidget.setOrientation('Y'); params['comments_control'] = ''; diff --git a/themes/slashcode/templates/printCommentsMain;misc;default b/themes/slashcode/templates/printCommentsMain;misc;default index 9619920f0..7c554282b 100644 --- a/themes/slashcode/templates/printCommentsMain;misc;default +++ b/themes/slashcode/templates/printCommentsMain;misc;default @@ -144,7 +144,7 @@ __template__ [% IF discussion2 %] - [% class_info = horiz ? ' class="horizontal"' : "" %] + [% class_info = horiz ? ' class="horizontal"' : ' class="vertical"' %]