From: Michael Dale Date: Mon, 19 Oct 2009 18:10:36 +0000 (+0000) Subject: * fixed some minor apiproxy bugs X-Git-Tag: 1.31.0-rc.0~39229 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=bc419da08d5db963d5b2c7b07966f848641a69c9;p=lhc%2Fweb%2Fwiklou.git * fixed some minor apiproxy bugs --- diff --git a/js2/mwEmbed/mv_embed.js b/js2/mwEmbed/mv_embed.js index f0b83c6659..8ac1904bf8 100644 --- a/js2/mwEmbed/mv_embed.js +++ b/js2/mwEmbed/mv_embed.js @@ -1511,8 +1511,17 @@ function mv_jqueryBindings() { }); }); } - $.closeLoaderDialog = function(){ - $('#mwe_tmp_loader').dialog('close'); + $.closeLoaderDialog = function(){ + mvJsLoader.doLoadDepMode([ + [ + '$j.ui' + ], + [ + '$j.ui.dialog' + ] + ], function() { + $j('#mwe_tmp_loader').dialog('close'); + }); } $.mwProxy = function( apiConf ){