Merge "Remove obsolete aliases from closures"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit 31de6f554a

@ -1,7 +1,10 @@
{
"extends": "wikimedia",
"env": {
"browser": true,
"jquery": true
"browser": true
},
"globals": {
"mw": false,
"$": false
}
}

@ -1,7 +1,7 @@
/**
* Timeless-specific scripts
*/
jQuery( function ( $ ) {
$( function () {
/**
* Focus on search box when 'Tab' key is pressed once

Loading…
Cancel
Save