Index: trunk/extensions/Categorize/Categorize.i18n.php |
— | — | @@ -17,8 +17,6 @@ |
18 | 18 | 'categorize-title' => 'Knowledge qualification', |
19 | 19 | 'categorize-subtitle' => '', |
20 | 20 | 'categorize-footer' => 'If you want to add a label, please contact us at ...', |
21 | | - 'categorize-boxlabel' => 'Catégories', |
22 | | - 'categorize-taglabel' => 'Catégories populaires', |
23 | 21 | 'categorize-advice' => 'Click on the labels you want to attribute to this article:' |
24 | 22 | ); |
25 | 23 | /** French (Français) |
— | — | @@ -28,8 +26,6 @@ |
29 | 27 | 'categorize-title' => 'Qualification des savoirs', |
30 | 28 | 'categorize-subtitle' => '', |
31 | 29 | 'categorize-footer' => 'Si vous souhaitez ajouter un label, contactez ...', |
32 | | - 'categorize-boxlabel' => 'Catégories', |
33 | | - 'categorize-taglabel' => 'Catégories populaires', |
34 | 30 | 'categorize-advice' => 'Cliquez sur les labels que vous souhaitez attribuer à cet article :' |
35 | 31 | ); |
36 | 32 | ?> |
Index: trunk/extensions/Categorize/Categorize.js |
— | — | @@ -58,10 +58,6 @@ |
59 | 59 | csQuery = strQuery; |
60 | 60 | $.getJSON("api.php?action=query&format=json&list=categorize&catstrquery="+strQuery, |
61 | 61 | function(data) { |
62 | | - $.each(data.query.categorize, function(i,item){ |
63 | | - |
64 | | - }); |
65 | | - // resultSet = response.responseText; |
66 | 62 | var resultDiv = document.getElementById('searchResults'); |
67 | 63 | displayType = document.getElementById('txtCSDisplayType').name; |
68 | 64 | resultDiv.innerHTML = ''; |