diff options
author | Felix Nagel <info@felixnagel.com> | 2012-10-25 20:55:48 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-10-25 20:55:48 +0200 |
commit | 9cf0f21efd3f87fecedf809cd5f4a3387bdd2fd2 (patch) | |
tree | 4efad8e25f1be1800432eaba3e7e9a7b6e71c25b /ui/jquery.ui.selectmenu.js | |
parent | b8cce0c3e16323bd83b3d7a72bb35af7b98954e4 (diff) | |
download | jquery-ui-9cf0f21efd3f87fecedf809cd5f4a3387bdd2fd2.tar.gz jquery-ui-9cf0f21efd3f87fecedf809cd5f4a3387bdd2fd2.zip |
Selectmenu: add removeUniqueId to destroy method
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 740c64c47..8888fac4d 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -439,6 +439,7 @@ $.widget( "ui.selectmenu", { this.menuWrap.remove(); this.buttonWrap.remove(); this.element.show(); + this.element.removeUniqueId(); this.labelElement.removeUniqueId(); } }); |