Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
a61f3db3
Commit
a61f3db3
authored
7 years ago
by
Jeff Escalante
Browse files
Options
Download
Email Patches
Plain Diff
fix js syntax error, resolve fout issues
parent
5066268e
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
website/source/assets/javascripts/analytics.js
+2
-1
website/source/assets/javascripts/analytics.js
website/source/assets/stylesheets/_global.scss
+0
-9
website/source/assets/stylesheets/_global.scss
with
2 additions
and
10 deletions
+2
-10
website/source/assets/javascripts/analytics.js
+
2
-
1
View file @
a61f3db3
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
'
,
...
...
This diff is collapsed.
Click to expand it.
website/source/assets/stylesheets/_global.scss
+
0
-
9
View file @
a61f3db3
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help