Merge "Loosen the edit link selector specificity in setupMultiTabs()"

This commit is contained in:
jenkins-bot 2023-02-08 20:24:41 +00:00 committed by Gerrit Code Review
commit d9eb3ab803

View file

@ -898,9 +898,9 @@
pTabsId = isMinerva ? 'page-actions' :
$( '#p-views' ).length ? 'p-views' : 'p-cactions',
// Minerva puts the '#ca-...' ids on <a> nodes
$caSource = $( 'li#ca-viewsource' ),
$caEdit = $( 'li#ca-edit, li#page-actions-edit' ),
$caVeEdit = $( 'li#ca-ve-edit' ),
$caSource = $( '#ca-viewsource' ),
$caEdit = $( '#ca-edit, li#page-actions-edit' ),
$caVeEdit = $( '#ca-ve-edit' ),
$caEditLink = $caEdit.find( 'a' ),
$caVeEditLink = $caVeEdit.find( 'a' ),
caVeEditNextnode =