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
I got this error on chrome macos if i added some options
jquery.dirtyforms.min.js:552 Uncaught TypeError: s.dialog.open is not a function
at k (jquery.dirtyforms.min.js:552:27)
at HTMLAnchorElement.onAnchorClick (jquery.dirtyforms.min.js:298:13)
at HTMLDocument.dispatch (jquery.min.js:2:43064)
at HTMLDocument.v.handle (jquery.min.js:2:41048)
$("form").dirtyForms({
dialog: { title: "Wait!" },
message: "You forgot to save your details. If you leave now, they will be lost forever."
});
The text was updated successfully, but these errors were encountered:
I got this error on chrome macos if i added some options
jquery.dirtyforms.min.js:552 Uncaught TypeError: s.dialog.open is not a function
at k (jquery.dirtyforms.min.js:552:27)
at HTMLAnchorElement.onAnchorClick (jquery.dirtyforms.min.js:298:13)
at HTMLDocument.dispatch (jquery.min.js:2:43064)
at HTMLDocument.v.handle (jquery.min.js:2:41048)
$("form").dirtyForms({
dialog: { title: "Wait!" },
message: "You forgot to save your details. If you leave now, they will be lost forever."
});
The text was updated successfully, but these errors were encountered: