r78648 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78647‎ | r78648 | r78649 >
Date:23:29, 20 December 2010
Author:neilk
Status:deferred
Tags:
Comment:
minifications, ensuing from r78642
Modified paths:
  • /trunk/extensions/UploadWizard/resources/combined.js (modified) (history)
  • /trunk/extensions/UploadWizard/resources/combined.min.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/combined.js
@@ -9202,7 +9202,7 @@
92039203 this.$form.attr( {
92049204 action: _this.api.url,
92059205 method: 'POST',
9206 - enctype: 'multipart/form-data'
 9206+ encType: 'multipart/form-data'
92079207 } );
92089208 } catch ( e ) {
92099209 alert( "oops, form modification didn't work in ApiUploadHandler" );
Index: trunk/extensions/UploadWizard/resources/combined.min.js
@@ -9202,7 +9202,7 @@
92039203 this.$form.attr({
92049204 action:_this.api.url,
92059205 method:'POST',
9206 -enctype:'multipart/form-data'
 9206+encType:'multipart/form-data'
92079207 });
92089208 }catch(e){
92099209 alert("oops, form modification didn't work in ApiUploadHandler");

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78642(bug 26099) IE wants the attr to be encType, case sensitive, or it will not u...neilk23:02, 20 December 2010

Status & tagging log