Skip to content

Commit

Permalink
click-based d2 comment threshold for iPhone: enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
scc committed Aug 5, 2007
1 parent e69bb35 commit 844f233
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions themes/slashcode/templates/printCommentsMain;misc;default
Expand Up @@ -232,10 +232,18 @@ YAHOO.util.Event.addListener(window, "load", YAHOO.slashdot.ThresholdApp.init);
<div id="ccw-control" class="ccw-core">
<div id="ccw-centering-rail" class="ccw-core">
<div id="ccw-hide-bar-pos" class="ccw-core-pos">
<div id="ccw-hide-bar" class="ccw-bar"><div id="ccw-hide-bar-tab" class="ccw-bar-tab"></div></div>
<div id="ccw-hide-bar" class="ccw-bar">
<div id="ccw-hide-bar-tab" class="ccw-bar-tab"></div>
<div id="ccw-hide-bar-upzone" class="ccw-upzone" onclick="gCommentControlWidget.stepTHT(HIDE_BAR, +1)"></div>
<div id="ccw-hide-bar-downzone" class="ccw-downzone" onclick="gCommentControlWidget.stepTHT(HIDE_BAR, -1)"></div>
</div>
</div>
<div id="ccw-abbr-bar-pos" class="ccw-core-pos">
<div id="ccw-abbr-bar" class="ccw-bar"><div id="ccw-abbr-bar-tab" class="ccw-bar-tab"></div></div>
<div id="ccw-abbr-bar" class="ccw-bar">
<div id="ccw-abbr-bar-tab" class="ccw-bar-tab"></div>
<div id="ccw-abbr-bar-upzone" class="ccw-upzone" onclick="gCommentControlWidget.stepTHT(ABBR_BAR, +1)"></div>
<div id="ccw-abbr-bar-downzone" class="ccw-downzone" onclick="gCommentControlWidget.stepTHT(ABBR_BAR, -1)"></div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 844f233

Please sign in to comment.