reset image alt attributes too (doesn't seem to have any effect on my browser, but...
authorIlmari Karonen <vyznev@users.mediawiki.org>
Sat, 30 Dec 2006 01:16:55 +0000 (01:16 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Sat, 30 Dec 2006 01:16:55 +0000 (01:16 +0000)
skins/common/sorttable.js

index 28a06e6..66b2edf 100644 (file)
@@ -115,6 +115,7 @@ function ts_resortTable(lnk) {
         if (allimgs[ci].className == 'sortarrow') {
             if (getParent(allimgs[ci],"table") == getParent(lnk,"table")) { // in the same table as us?
                 allimgs[ci].setAttribute('src',NO_ARROW);
+                allimgs[ci].setAttribute('alt',"&#x2195;");
             }
         }
     }