From fa9c3d26d9914861c5512be32806d4aa438b0304 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Mon, 7 Sep 2009 18:46:53 +0000 Subject: [PATCH] forgot the .unbind() --- js2/editPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js2/editPage.js b/js2/editPage.js index 4deebbcb28..f8f5edae11 100644 --- a/js2/editPage.js +++ b/js2/editPage.js @@ -28,7 +28,7 @@ var mwEditPageHelper = { //kind of tricky would be nice to use a "loader" call here to avoid concurancy issues. if( typeof $j.wikiEditor != 'undefined' ){ setTimeout(function(){ - $j('.wikiEditor-ui [rel=file]').addMediaWiz( + $j('.wikiEditor-ui [rel=file]').unbind().addMediaWiz( mwAddMediaConfig ); },100 ); -- 2.20.1