Skip to content
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

Closed
ndolph opened this issue Aug 11, 2014 · 4 comments
Closed

#configureproducterror warning box displays while empty #46

ndolph opened this issue Aug 11, 2014 · 4 comments

Comments

@ndolph
Copy link

ndolph commented Aug 11, 2014

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
Copy link

N6REJ commented Sep 14, 2014

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

@ndolph
Copy link
Author

ndolph commented Sep 15, 2014

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.

ndolph added a commit to ndolph/bootwhmcs that referenced this issue Sep 15, 2014
@ndolph ndolph mentioned this issue Sep 15, 2014
@N6REJ
Copy link

N6REJ commented Sep 15, 2014

thanks, I had it in the wrong place

@ndolph
Copy link
Author

ndolph commented Sep 15, 2014

No problem.

@ghost ghost closed this as completed in feac85d Sep 16, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants