mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-08 10:32:23 -04:00
Small fix.
This commit is contained in:
parent
a076dfc7d3
commit
bf059c0393
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
if ($('html').hasClass('no-browser')) {
|
if ($('html').hasClass('no-browser')) {
|
||||||
|
|
||||||
$(function () { $('#no-js-fallback').removeClass('hideOnJs'); })
|
$(function () { $('#no-js-fallback').removeClass('hideOnJs'); });
|
||||||
|
|
||||||
} else if (mode === 'info') {
|
} else if (mode === 'info') {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue