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

Uncaught TypeError: undefined is not a function #20

Open
benmccann opened this issue Mar 5, 2015 · 0 comments
Open

Uncaught TypeError: undefined is not a function #20

benmccann opened this issue Mar 5, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@benmccann
Copy link
Contributor

The new version is causing me an error on the following line:

var popup = $($.jqote(jsTemplates.jqote_template_list, templates)).hide().appendTo(document.body);

It's $.jqote that's undefined.

Looks like it's a race condition. It frequently fails for me, but sometimes works. It seems like if I wait for a sufficient amount of time before pressing the template button then it works, but it I press the template button soon after the inital page load, then not everything is finished loading and it doesn't work

@planadecu planadecu added the bug label Jun 26, 2015
@planadecu planadecu self-assigned this Jun 26, 2015
@planadecu planadecu added this to the 1.5.3 milestone Dec 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants