Fix documentation version warning for 'series' page (#29647)
This commit is contained in:
parent
d556be77b4
commit
48a7306109
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ jQuery(document).ready(function ($) {
|
|||
$('#samePageLink').html('<a href="' + insteadPage + '">Click here to go to the same page on the ' + instead.latest + ' version of the docs.</a>');
|
||||
}
|
||||
});
|
||||
} else if (version == series) {
|
||||
// The series already points to the latest version in that series
|
||||
} else if (version != seriesInfo.latest) {
|
||||
showWarning(
|
||||
site,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue