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
While looking at the JavaScript code contained index.html I wondered if a ";" is missing after "enable()".
try { console.info(".content", $('.content')); enable() $('.enhanceButton') .button('disable') .button('option', 'label', 'in progress...') } catch (e) { alert(e); }
The text was updated successfully, but these errors were encountered:
I currently fear that this syntax error is responsible for issue #25 . Will test later today.
Sorry, something went wrong.
Correct JavaScript syntax error reported in szabyg#24
65037ad
08b666e
Thanks!
No branches or pull requests
While looking at the JavaScript code contained index.html I wondered if a ";" is missing after "enable()".
The text was updated successfully, but these errors were encountered: