We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Thanks for plugin,
I got an error on this line, (LoginConfirm.cshtml)
jQuery(function () { new Test.Membership.LoginPanel($('#LoginPanel')).init();
Its not a constructor error.
The text was updated successfully, but these errors were encountered:
@paradey I also got the same error, did you ever manage to fix/overcome it?
Sorry, something went wrong.
I @paradey and @DavidMhluzi . Sorry for late response.
Did you change the initial part of namespace Test. with your project name?
For example if your project is called MyProject, te line must be
new MyProject.Membership.LoginPanel($('#LoginPanel')).init();
No branches or pull requests
Hey,
Thanks for plugin,
I got an error on this line, (LoginConfirm.cshtml)
Its not a constructor error.
The text was updated successfully, but these errors were encountered: