r83633 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83632‎ | r83633 | r83634 >
Date:03:46, 10 March 2011
Author:kaldari
Status:deferred
Tags:
Comment:
remove tipsyPlus from deeds page
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizardDeed.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardDeed.js
@@ -152,14 +152,11 @@
153153 // synchronize both username signatures
154154 // set initial value to configured username
155155 // if one changes all the others change (keyup event)
156 - //
157 - // also set tooltips ( the title, tipsy() )
158156 $formFields.find( '.mwe-upwiz-sign' )
159157 .attr( {
160158 title: gM( 'mwe-upwiz-tooltip-sign' ),
161159 value: mw.UploadWizard.config[ 'userName' ]
162160 } )
163 - .tipsyPlus()
164161 .keyup( function() {
165162 var thisInput = this;
166163 var thisVal = $j( thisInput ).val();
@@ -222,12 +219,10 @@
223220 _this.uploadCount = uploadCount ? uploadCount : 1;
224221 _this.sourceInput = $j('<textarea class="mwe-source mwe-long-textarea" name="source" rows="1" cols="40"></textarea>' )
225222 .growTextArea()
226 - .attr( 'title', gM( 'mwe-upwiz-tooltip-source' ) )
227 - .tipsyPlus();
 223+ .attr( 'title', gM( 'mwe-upwiz-tooltip-source' ) );
228224 _this.authorInput = $j('<textarea class="mwe-author mwe-long-textarea" name="author" rows="1" cols="40"></textarea>' )
229225 .growTextArea()
230 - .attr( 'title', gM( 'mwe-upwiz-tooltip-author' ) )
231 - .tipsyPlus();
 226+ .attr( 'title', gM( 'mwe-upwiz-tooltip-author' ) );
232227 licenseInputDiv = $j( '<div class="mwe-upwiz-deed-license"></div>' );
233228 _this.licenseInput = new mw.UploadWizardLicenseInput( licenseInputDiv );
234229

Status & tagging log