Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hashicorp/nomad
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Apr 27, 2018
2 parents df9e8e2 + 3d10995 commit c85483d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion website/source/assets/javascripts/analytics.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
document.addEventListener('turbolinks:load', function() {
analytics.page()


track('.downloads .download .details li a', function(el) {
var m = el.href.match(/nomad_(.*?)_(.*?)_(.*?)\.zip/)
return {
event: 'Download',
Expand Down
9 changes: 0 additions & 9 deletions website/source/assets/stylesheets/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ h1 {
margin-bottom: 24px;
}

// Avoid FOUT
.wf-loading {
visibility: hidden;
}

.wf-active, .wf-inactive {
visibility: visible;
}

@media (min-width: $screen-sm) and (max-width: $screen-md) {
.container {
padding: 0;
Expand Down

0 comments on commit c85483d

Please sign in to comment.