-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#configureproducterror warning box displays while empty #46
Comments
Closed
I assume you just put that at the top of the file |
Yes. jQuery(document).ready(function () { I also fixed a lot of other interesting...things in the order form. And integrated Stripe into it. |
ndolph
added a commit
to ndolph/bootwhmcs
that referenced
this issue
Sep 15, 2014
Closed
thanks, I had it in the wrong place |
No problem. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: