[docs] Fix for wrong version warning on master instead of latest.
Upstream-commit: 1e551c7cc5badc043b1d6a651c3f036c996ef538 Component: engine
This commit is contained in:
@ -92,7 +92,7 @@ $(function(){
|
||||
$('.version-flyer ul').html('<li class="alternative active-slug"><a href="" title="Switch to local">Local</a></li>');
|
||||
}
|
||||
|
||||
if (doc_version == "master") {
|
||||
if (doc_version == "latest") {
|
||||
$('.version-flyer .version-note').hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user