Kill some references to legacy skins
authorMatmaRex <matma.rex@gmail.com>
Fri, 3 May 2013 22:01:48 +0000 (00:01 +0200)
committerMatmaRex <matma.rex@gmail.com>
Fri, 3 May 2013 22:01:48 +0000 (00:01 +0200)
More cleanup after the great skin removal of 2013.

Change-Id: Ia91e9467afac4a0e755869b8791d4fc9a6fb5a56

resources/mediawiki/mediawiki.searchSuggest.js
skins/CologneBlue.php

index 516c58f..00e74c5 100644 (file)
                searchboxesSelectors = [
                        // Primary searchbox on every page in standard skins
                        '#searchInput',
-                       // Secondary searchbox in legacy skins (LegacyTemplate::searchForm uses id "searchInput + unique id")
-                       '#searchInput2',
                        // Special:Search
                        '#powerSearchText',
                        '#searchText',
index 0182d76..3ada578 100644 (file)
@@ -202,7 +202,7 @@ class CologneBlueTemplate extends BaseTemplate {
                $companionTitle = $title->isTalkPage() ? $title->getSubjectPage() : $title->getTalkPage();
                $companionNamespace = $companionTitle->getNamespace();
 
-               // TODO these messages appear to only be used by CologneBlue and legacy skins,
+               // TODO these messages are only be used by CologneBlue,
                // kill and replace with something more sensibly named?
                $nsToMessage = array(
                        NS_MAIN => 'articlepage',