Skip to content
Snippets Groups Projects
Commit 4ecb5ade authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #3501191: Add noindex to nojs URLs

parent a30ccf44
No related branches found
No related tags found
4 merge requests!33Issue #3501191: Add noindex to nojs URLs,!21Issue #3407343 Add theme template for loading animation/markup,!14Issue #3189439: Last clicked tab history should be configurable,!11Issue #3238148: Tabs still displayed even when empty
Pipeline #401866 passed
......@@ -214,6 +214,7 @@ class QuickTabs extends TabRendererBase implements ContainerFactoryPluginInterfa
'class' => $link_classes,
'data-quicktabs-tab-index' => $index,
'tabindex' => $default_tab == $index ? 0 : -1,
'rel' => 'noindex',
],
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment