fix js syntax error, resolve fout issues

This commit is contained in:
Jeff Escalante
2018-04-27 12:26:07 -04:00
parent 5066268e07
commit a61f3db3a7
2 changed files with 2 additions and 10 deletions

View File

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

View File

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