r40322 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40321‎ | r40322 | r40323 >
Date:02:11, 2 September 2008
Author:simetrical
Status:old
Tags:
Comment:
Remove unused and uninitialized variable in wikibits.js

Pointed out by Mike Horvath on bug 15399.
Modified paths:
  • /trunk/phase3/skins/common/wikibits.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/wikibits.js
@@ -519,7 +519,6 @@
520520 var ts_image_none = "sort_none.gif";
521521 var ts_europeandate = wgContentLanguage != "en"; // The non-American-inclined can change to "true"
522522 var ts_alternate_row_colors = false;
523 -var SORT_COLUMN_INDEX;
524523
525524 function sortables_init() {
526525 var idnum = 0;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r40311(bug 15399) Disable odd/even classes for sortable tables...simetrical19:15, 1 September 2008