You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it's possible to fail elegantly? I don't expect things to look good if javascript is disabled, but I would still like users to be able to access the content.
The text was updated successfully, but these errors were encountered:
I figured out a much more accessible workaround for the preloader that I will submit a PR for at some point.
The theme adds a js class to the body tag when JavaScript is enabled, so add .js before the #preloader and #status ids in the _utils.scss file. Then update the corresponding Preloader jQuery selectors in the fresh.js file. This will ensure the styles for the preloader divs are only loaded when JavaScript is enabled, otherwise they stay set as display:none.
I'm not sure if it's possible to fail elegantly? I don't expect things to look good if javascript is disabled, but I would still like users to be able to access the content.
The text was updated successfully, but these errors were encountered: