You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The new version is causing me an error on the following line:
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
The text was updated successfully, but these errors were encountered: