Skip to content

Commit

Permalink
Merge pull request #4229 from hashicorp/je.bugfix
Browse files Browse the repository at this point in the history
Fix js syntax error, resolve fout issues
  • Loading branch information
DingoEatingFuzz authored Apr 27, 2018
2 parents d31f8f0 + a61f3db commit 3d10995
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 3d10995

Please sign in to comment.