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
{{ message }}
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.
This appears to be fixed by pull request 8 though it hasn't been accepted yet: #8
Basically you need to change the line in the destroyDialog function
from
$(this).dialog("close");
to
$("#timeout-dialog").dialog("close");
Works for me in 1.11.0
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error message
With newer versions of jQuery and jQuery UI the following error occurs whenever
destroyDialog()
is triggered:Test code
The text was updated successfully, but these errors were encountered: