Bootwhmcs / bootwhmcs

Template files for Bootwhmcs
75 stars 42 forks source link

#configureproducterror warning box displays while empty #46

Closed ndolph closed 10 years ago

ndolph commented 10 years ago

Adding jQuery("#configproducterror").hide(); To the jQuery(document).ready in orderforms/bootwhmcs/static/app.js will fix this issue. The box will only display when there is an actual error, and it has a pretty slide to it.

N6REJ commented 10 years ago

I assume you just put that at the top of the file

ndolph commented 10 years ago

Yes.

jQuery(document).ready(function () { jQuery("#configproducterror").hide(); etc etc...

I also fixed a lot of other interesting...things in the order form. And integrated Stripe into it.

N6REJ commented 10 years ago

thanks, I had it in the wrong place

ndolph commented 10 years ago

No problem.