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