r32258 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32257‎ | r32258 | r32259 >
Date:21:48, 20 March 2008
Author:brion
Status:old
Tags:
Comment:
bug 13448 second bit
Modified paths:
  • /trunk/phase3/skins/common/upload.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/upload.js
@@ -96,7 +96,7 @@
9797
9898 // Set a value in the form indicating that the warning is acknowledged and
9999 // doesn't need to be redisplayed post-upload
100 - if ( warning == '' || warning == '&nbsp' ) {
 100+ if ( warning == '' || warning == ' ' ) {
101101 ackElt.value = '';
102102 } else {
103103 ackElt.value = '1';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r32217* (Bug 13448) Fix regression from r32077: Readd CSS id for hidden field....raymond10:46, 20 March 2008

Status & tagging log