From 754b514a51e40d1237bcef666acc8e422bc4d6e1 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Fri, 11 Sep 2009 18:07:36 +0000 Subject: [PATCH] * minor config update to have the amw ~only~ target commons by default. --- js2/editPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js2/editPage.js b/js2/editPage.js index a78c9723b1..820aea2459 100644 --- a/js2/editPage.js +++ b/js2/editPage.js @@ -12,7 +12,7 @@ if( !mwAddMediaConfig ) 'default_query': wgTitle, 'target_title': wgPageName, // Here we can setup the content provider overrides - 'cpconfig': {}, + 'enabled_cps':['wiki_commons'], // The local wiki API URL: 'local_wiki_api_url': wgServer + wgScriptPath + '/api.php' }; -- 2.20.1