mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-08-12 03:52:03 +00:00
Fix typo
This commit is contained in:
parent
fec99710cb
commit
2264d6fd92
|
@ -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();
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue