
jeluf at users
May 20, 2004, 4:26 AM
Post #1 of 1
(2 views)
Permalink
|
|
phase3/stylesheets wikibits.js,1.30,1.31
|
|
Update of /cvsroot/wikipedia/phase3/stylesheets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19691/stylesheets Modified Files: wikibits.js Log Message: hide 'guess timezone' button if javascript is not available. (fix for bug #928031) Index: wikibits.js =================================================================== RCS file: /cvsroot/wikipedia/phase3/stylesheets/wikibits.js,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** wikibits.js 19 May 2004 22:39:01 -0000 1.30 --- wikibits.js 20 May 2004 11:26:33 -0000 1.31 *************** *** 151,154 **** --- 151,155 ---- prefform.insertBefore(toc, children[0]); document.getElementById('prefsubmit').id = 'prefcontrol'; + document.getElementById('guesstimezonebutton').style.display = 'inline'; } function uncoversection() {
|