Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

bugfix for using multiple dialogs parallel #65

Open
ray007 opened this issue Feb 13, 2013 · 0 comments
Open

bugfix for using multiple dialogs parallel #65

ray007 opened this issue Feb 13, 2013 · 0 comments

Comments

@ray007
Copy link
Contributor

ray007 commented Feb 13, 2013

In jquery.mobile.simpledialog2.js, line 338 (function 'destroy'):
instead of

$.mobile.sdCurrentDialog.sdIntContent.find('select').each(function() {

you probably meant to write

self.sdIntContent.find('select').each(function() {

otherwise trying to close the 2nd dialog brings an exception and leaves the screen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant