Merge pull request #9248 from hashicorp/vagrant-cloud-api-docs-fix-examples
website: Fix Vagrant Cloud API examples
This commit is contained in:
commit
ba9941d5ae
|
@ -13,9 +13,9 @@ sidebar_current: "vagrant-cloud-api"
|
|||
$(".examples pre.highlight." + language).show();
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
setExampleLanguage("shell"); }
|
||||
);
|
||||
$(document).on('ready turbolinks:load', function() {
|
||||
setExampleLanguage("shell");
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in New Issue