r40826 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40825‎ | r40826 | r40827 >
Date:18:33, 14 September 2008
Author:simetrical
Status:old
Tags:
Comment:
Fix whitespace
Modified paths:
  • /trunk/phase3/skins/common/wikibits.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/wikibits.js
@@ -638,12 +638,12 @@
639639
640640 var arrowHTML;
641641 if (reverse) {
642 - arrowHTML = '<img src="'+ ts_image_path + ts_image_down + '" alt="&darr;"/>';
643 - newRows.reverse();
644 - span.setAttribute('sortdir','up');
 642+ arrowHTML = '<img src="'+ ts_image_path + ts_image_down + '" alt="&darr;"/>';
 643+ newRows.reverse();
 644+ span.setAttribute('sortdir','up');
645645 } else {
646 - arrowHTML = '<img src="'+ ts_image_path + ts_image_up + '" alt="&uarr;"/>';
647 - span.setAttribute('sortdir','down');
 646+ arrowHTML = '<img src="'+ ts_image_path + ts_image_up + '" alt="&uarr;"/>';
 647+ span.setAttribute('sortdir','down');
648648 }
649649
650650 // We appendChild rows that already exist to the tbody, so it moves them rather than creating new ones