Page 1 of 1

Disable Boostrap Spinner?

Posted: Fri Aug 16, 2019 3:36 am
by christ2000

Hello is thee any way to disable in 2020 the bootstrap blue spinner?

thanks


Re: Disable Boostrap Spinner

Posted: Fri Aug 16, 2019 10:13 am
by Webmaster

You should not do that, the user may not know the JavaScript are still loading and try to work with the inputs to be set up with JavaScript.

If you insist, you can add CSS to HTML -> Styles -> User to hide it, e.g.

#ew-page-spinner {
display: none;
}