Commit a61f3db3 authored by Jeff Escalante's avatar Jeff Escalante
Browse files

fix js syntax error, resolve fout issues

parent 5066268e
No related merge requests found
Showing with 2 additions and 10 deletions
+2 -10
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',
......
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment