mirror of https://github.com/docker/docs.git
commit
0eddbafa35
|
@ -26,3 +26,7 @@
|
||||||
{% capture azure_blue_edge %}
|
{% capture azure_blue_edge %}
|
||||||
<a class="button darkblue-btn azure-deploy" href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdownload.docker.com%2Fazure%2Fedge%2FDocker.tmpl" data-rel="{{ d4a_edge }}" target="blank">Deploy Docker Community Edition (CE) for Azure (edge)</a>
|
<a class="button darkblue-btn azure-deploy" href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdownload.docker.com%2Fazure%2Fedge%2FDocker.tmpl" data-rel="{{ d4a_edge }}" target="blank">Deploy Docker Community Edition (CE) for Azure (edge)</a>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
{% capture azure_button_latest %}
|
||||||
|
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdownload.docker.com%2Fazure%2Fstable%2FDocker.tmpl" data-rel="Stable-2" target="_blank" class="azure-deploy"></a>
|
||||||
|
{% endcapture %}
|
||||||
|
|
|
@ -171,11 +171,13 @@ $(".navbar-toggle").click(function(){
|
||||||
$(".sidebar, .sidebar-home").each(function(){
|
$(".sidebar, .sidebar-home").each(function(){
|
||||||
if($(this).hasClass("hidden-sm")) {
|
if($(this).hasClass("hidden-sm")) {
|
||||||
$(this).removeClass("hidden-sm");
|
$(this).removeClass("hidden-sm");
|
||||||
|
$(this).css("overflow-y","scroll");
|
||||||
} else {
|
} else {
|
||||||
$(this).addClass("hidden-sm");
|
$(this).addClass("hidden-sm");
|
||||||
}
|
}
|
||||||
if($(this).hasClass("hidden-xs")) {
|
if($(this).hasClass("hidden-xs")) {
|
||||||
$(this).removeClass("hidden-xs");
|
$(this).removeClass("hidden-xs");
|
||||||
|
$(this).css("overflow-y","scroll");
|
||||||
} else {
|
} else {
|
||||||
$(this).addClass("hidden-xs");
|
$(this).addClass("hidden-xs");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue