MediaWiki:Common.js: Difference between revisions

no edit summary
m (Oops.)
No edit summary
Line 120: Line 120:
/* table.hideable, version 1.1.1 by Greenpickle (GPL3) */
/* table.hideable, version 1.1.1 by Greenpickle (GPL3) */


var hideImageURL = '/images/9/96/Hide.png';
var hideImageURL = '/images/hide.png';
var showImageURL = '/images/1/15/Show.png';
var showImageURL = '/images/show.png';
var hideableColClass = 'hideable';
var hideableColClass = 'hideable';
var hiddenColClass = 'hidden';
var hiddenColClass = 'hidden';