Skip to content

Commit

Permalink
revert website change (hyperledger-archives#3853)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kelsey <[email protected]>
  • Loading branch information
Dave Kelsey authored and jt-nti committed Apr 16, 2018
1 parent 4b11564 commit 70e08ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 108 deletions.
6 changes: 3 additions & 3 deletions packages/composer-website/jekylldocs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
</div>

<select id="version" name="version" onchange="location = this.options[this.selectedIndex].value;">

<option>Select version</option>
<option value="/composer/latest/introduction/introduction.html" title="The most stable version of Composer">Latest</option>
<option value="/composer/unstable/introduction/introduction.html" title="The version that will replace Latest">Latest-unstable</option>
</select>

<div class="search-form">
Expand Down Expand Up @@ -131,7 +133,5 @@
});
})(document);
</script>

<script src="{{site.baseurl}}/assets/js/nav.js"></script>
<script src="{{site.baseurl}}/assets/js/version_fetch.js"></script>
<script src="{{site.baseurl}}/assets/js/search_bar.js"></script>
105 changes: 0 additions & 105 deletions packages/composer-website/jekylldocs/assets/js/version_fetch.js

This file was deleted.

0 comments on commit 70e08ed

Please sign in to comment.