Index: trunk/extensions/UploadWizard/resources/combined.js |
— | — | @@ -10696,15 +10696,6 @@ |
10697 | 10697 | |
10698 | 10698 | // create UploadWizard |
10699 | 10699 | mw.UploadWizardPage = function() { |
10700 | | - // add the discussion link |
10701 | | - var discussListItem = addPortletLink( 'p-namespaces', |
10702 | | - 'http://usability.wikimedia.org/wiki/Multimedia:Upload_wizard/Questions_%26_Answers', |
10703 | | - 'Q & A', |
10704 | | - 'usability_upload_wizard_qa', |
10705 | | - 'Questions & answers about this experimental extension at the Usability wiki'); |
10706 | | - var discussLink = discussListItem.getElementsByTagName( 'a' )[0]; |
10707 | | - discussLink.setAttribute( 'target', 'usability_discussion' ); |
10708 | | - |
10709 | 10700 | |
10710 | 10701 | var apiUrl = false; |
10711 | 10702 | if ( typeof wgServer != 'undefined' && typeof wgScriptPath != 'undefined' ) { |
Index: trunk/extensions/UploadWizard/resources/combined.min.js |
— | — | @@ -10697,15 +10697,6 @@ |
10698 | 10698 | |
10699 | 10699 | mw.UploadWizardPage=function(){ |
10700 | 10700 | |
10701 | | -var discussListItem=addPortletLink('p-namespaces', |
10702 | | -'http://usability.wikimedia.org/wiki/Multimedia:Upload_wizard/Questions_%26_Answers', |
10703 | | -'Q & A', |
10704 | | -'usability_upload_wizard_qa', |
10705 | | -'Questions & answers about this experimental extension at the Usability wiki'); |
10706 | | -var discussLink=discussListItem.getElementsByTagName('a')[0]; |
10707 | | -discussLink.setAttribute('target','usability_discussion'); |
10708 | | - |
10709 | | - |
10710 | 10701 | var apiUrl=false; |
10711 | 10702 | if(typeof wgServer!='undefined'&&typeof wgScriptPath!='undefined'){ |
10712 | 10703 | apiUrl=wgServer+wgScriptPath+'/api.php'; |
Index: trunk/extensions/UploadWizard/UploadWizardPage.js |
— | — | @@ -5,15 +5,6 @@ |
6 | 6 | |
7 | 7 | // create UploadWizard |
8 | 8 | mw.UploadWizardPage = function() { |
9 | | - // add the discussion link |
10 | | - var discussListItem = addPortletLink( 'p-namespaces', |
11 | | - 'http://usability.wikimedia.org/wiki/Multimedia:Upload_wizard/Questions_%26_Answers', |
12 | | - 'Q & A', |
13 | | - 'usability_upload_wizard_qa', |
14 | | - 'Questions & answers about this experimental extension at the Usability wiki'); |
15 | | - var discussLink = discussListItem.getElementsByTagName( 'a' )[0]; |
16 | | - discussLink.setAttribute( 'target', 'usability_discussion' ); |
17 | | - |
18 | 9 | |
19 | 10 | var apiUrl = false; |
20 | 11 | if ( typeof wgServer != 'undefined' && typeof wgScriptPath != 'undefined' ) { |