summaryrefslogtreecommitdiff
path: root/skins/vector/vector.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/vector/vector.js')
-rw-r--r--skins/vector/vector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/vector/vector.js b/skins/vector/vector.js
index 8b719e5b..4427d9a3 100644
--- a/skins/vector/vector.js
+++ b/skins/vector/vector.js
@@ -4,7 +4,7 @@
jQuery( function ( $ ) {
$( 'div.vectorMenu' ).each( function () {
var $el = $( this );
- $el.find( 'h5:first a:first' )
+ $el.find( 'h3:first a:first' )
// For accessibility, show the menu when the hidden link in the menu is clicked (bug 24298)
.click( function ( e ) {
$el.find( '.menu:first' ).toggleClass( 'menuForceShow' );