r55985 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55984‎ | r55985 | r55986 >
Date:18:46, 7 September 2009
Author:dale
Status:deferred
Tags:
Comment:
forgot the .unbind()
Modified paths:
  • /trunk/phase3/js2/editPage.js (modified) (history)

Diff [purge]

Index: trunk/phase3/js2/editPage.js
@@ -28,7 +28,7 @@
2929 //kind of tricky would be nice to use a "loader" call here to avoid concurancy issues.
3030 if( typeof $j.wikiEditor != 'undefined' ){
3131 setTimeout(function(){
32 - $j('.wikiEditor-ui [rel=file]').addMediaWiz(
 32+ $j('.wikiEditor-ui [rel=file]').unbind().addMediaWiz(
3333 mwAddMediaConfig
3434 );
3535 },100 );

Status & tagging log