mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #3473 from dhrp/docs-version-warning-fix
[docs] Fix for wrong version warning on master instead of latest.
This commit is contained in:
commit
f43f3fa218
1 changed files with 1 additions and 1 deletions
2
docs/theme/docker/static/js/docs.js
vendored
2
docs/theme/docker/static/js/docs.js
vendored
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue