Merge pull request #9248 from hashicorp/vagrant-cloud-api-docs-fix-examples

website: Fix Vagrant Cloud API examples
This commit is contained in:
Justin Campbell 2017-12-06 15:28:41 -05:00 committed by GitHub
commit ba9941d5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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>