This commit is contained in:
James 2018-10-16 21:59:45 +11:00
parent fec99710cb
commit 2264d6fd92
2 changed files with 2 additions and 1 deletions

View file

@ -119,6 +119,7 @@
} }
fetchReleases(); fetchReleases();
// Attempt autodetection of their operating system // Attempt autodetection of their operating system
var userAgent = navigator.userAgent.toLowerCase(); var userAgent = navigator.userAgent.toLowerCase();

View file

@ -97,7 +97,7 @@ a:hover {
background: $dark; background: $dark;
} }
// Workaround for browsers without JavaScript for the downloads pagge // Workaround for browsers without JavaScript for the downloads page
#install-view, #manual-package-view { #install-view, #manual-package-view {
display: none; display: none;
} }