Disable Boostrap Spinner?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
christ2000
User
Posts: 519

Disable Boostrap Spinner?

Post by christ2000 »

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

thanks


Webmaster
User
Posts: 9425

Post 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;
}


Post Reply