Small fix.
This commit is contained in:
parent
a076dfc7d3
commit
bf059c0393
@ -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…
x
Reference in New Issue
Block a user