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')) {
|
||||
|
||||
$(function () { $('#no-js-fallback').removeClass('hideOnJs'); })
|
||||
$(function () { $('#no-js-fallback').removeClass('hideOnJs'); });
|
||||
|
||||
} else if (mode === 'info') {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue