diff options
author | Felix Nagel <info@felixnagel.com> | 2012-11-29 20:13:57 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-11-29 20:13:57 +0100 |
commit | 1e6808a1a26de6c7f2987972c589f9d950fe7c6e (patch) | |
tree | c237611b802d593c1cd0385df1471e8cafd80cc5 | |
parent | a177a926351c0ecf6cf5c7e9e2ee9d70675dcad0 (diff) | |
download | jquery-ui-1e6808a1a26de6c7f2987972c589f9d950fe7c6e.tar.gz jquery-ui-1e6808a1a26de6c7f2987972c589f9d950fe7c6e.zip |
Selectmenu: replace placeholder entity with  
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index e187674f4..3127566eb 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -92,7 +92,7 @@ $.widget( "ui.selectmenu", { this.buttonText = $( "<span>", { "class": "ui-selectmenu-text" , - html: this.element.find( "option:selected" ).text() || " " + html: this.element.find( "option:selected" ).text() || " " }) .appendTo( this.button ); |