From: Michael Dale Date: Thu, 12 Nov 2009 09:59:09 +0000 (+0000) Subject: * replaced global $mw with mw ($ in front of a var should mean jQuery object) X-Git-Tag: 1.31.0-rc.0~38845 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=246907abac16095634c849653fc29ffdc2ae3825;p=lhc%2Fweb%2Fwiklou.git * replaced global $mw with mw ($ in front of a var should mean jQuery object) --- diff --git a/js2/apiProxyPage.js b/js2/apiProxyPage.js index 79590cc82b..7e37959a10 100644 --- a/js2/apiProxyPage.js +++ b/js2/apiProxyPage.js @@ -8,7 +8,7 @@ * Since this is proxy server set a pre-append debug flag to know which debug msgs are coming from where */ -$mw.conf['debug_pre'] = 'Proxy'; +mw.conf['debug_pre'] = 'Proxy'; if( !mwApiProxyConfig ) var mwApiProxyConfig = {}; diff --git a/js2/mwEmbed/example_usage/Add_Media_Wizard.html b/js2/mwEmbed/example_usage/Add_Media_Wizard.html index 5e9f8935a9..05c4811235 100644 --- a/js2/mwEmbed/example_usage/Add_Media_Wizard.html +++ b/js2/mwEmbed/example_usage/Add_Media_Wizard.html @@ -14,7 +14,7 @@