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

Syntax error in index.html ? #24

Closed
akuckartz opened this issue Dec 13, 2012 · 2 comments
Closed

Syntax error in index.html ? #24

akuckartz opened this issue Dec 13, 2012 · 2 comments

Comments

@akuckartz
Copy link
Contributor

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);
            }
@akuckartz
Copy link
Contributor Author

I currently fear that this syntax error is responsible for issue #25 . Will test later today.

akuckartz added a commit to akuckartz/annotate.js that referenced this issue Dec 17, 2012
@szabyg szabyg closed this as completed in 08b666e Dec 17, 2012
@szabyg
Copy link
Owner

szabyg commented Dec 17, 2012

Thanks!

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