r74565 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74564‎ | r74565 | r74566 >
Date:20:24, 9 October 2010
Author:dale
Status:deferred
Tags:
Comment:
fixed bug 25467 ( image path did not get updated at some point )
Modified paths:
  • /branches/MwEmbedStandAlone/remotes/AddMediaWizardEditPage.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/remotes/AddMediaWizardEditPage.js
@@ -63,7 +63,7 @@
6464 mw.log( 'Do old toolbar bind:' );
6565 didWikiEditorBind = true;
6666 $j( '#toolbar' ).append( '<img style="cursor:pointer" id="btn-add-media-wiz" src="' +
67 - mw.getConfig( 'images_path' ) + 'Button_add_media.png">' );
 67+ mw.getConfig( 'imagesPath' ) + 'Button_add_media.png">' );
6868
6969 $j( '#btn-add-media-wiz' ).attr( 'title', gM( 'mwe-loading-add-media-wiz' ) );
7070 mw.load( 'AddMedia.addMediaWizard', function() {

Status & tagging log