X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special%2Fmediawiki.special.search.js;h=e809f2ea93d2012e8b4f89cac737a71d668b8304;hb=35c3e15e9bbd01ce5214de5c6aea208e7946bb53;hp=730119e8620dac4c25615a839b6efab43c9db2dd;hpb=266dbe55e8c752654a1041a77063ae5d389c2f75;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.special/mediawiki.special.search.js b/resources/src/mediawiki.special/mediawiki.special.search.js index 730119e862..e809f2ea93 100644 --- a/resources/src/mediawiki.special/mediawiki.special.search.js +++ b/resources/src/mediawiki.special/mediawiki.special.search.js @@ -3,7 +3,7 @@ */ ( function ( mw, $ ) { $( function () { - var $checkboxes, $headerLinks; + var $checkboxes, $headerLinks, updateHeaderLinks, searchWidget; // Emulate HTML5 autofocus behavior in non HTML5 compliant browsers if ( !( 'autofocus' in document.createElement( 'input' ) ) ) { @@ -16,14 +16,14 @@ $( '