r65920 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65919‎ | r65920 | r65921 >
Date:22:50, 4 May 2010
Author:neilk
Status:deferred
Tags:
Comment:
fix inputs under copyright info, remove now useless trigger
Modified paths:
  • /branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/css/uploadWizard.css (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/mw.UploadWizard.js
@@ -1940,7 +1940,7 @@
19411941 if ( $j( this ).is( ':checked' ) ) {
19421942 _this.deedChooser.showDeedChoice();
19431943 _this.deedChooser.choose( customDeed );
1944 - _this.deedChooser.trigger( 'isReady' );
 1944+ //_this.deedChooser.trigger( 'isReady' );
19451945 } else {
19461946 _this.deedChooser.choose( mw.UploadWizardNullDeed );
19471947 }
Index: branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/css/uploadWizard.css
@@ -470,7 +470,8 @@
471471 margin-right: 15px;
472472 }
473473
474 -.mwe-upwiz-copyright-info input {
 474+/* the hanging indent checkboxes */
 475+.mwe-upwiz-copyright-info input.mwe-accept-deed {
475476 width: 13px;
476477 height: 13px;
477478 padding: 0;

Status & tagging log