Selectmenu: replace placeholder entity with  

This commit is contained in:
Felix Nagel 2012-11-29 20:13:57 +01:00
parent a177a92635
commit 1e6808a1a2

View File

@ -92,7 +92,7 @@ $.widget( "ui.selectmenu", {
this.buttonText = $( "<span>", { this.buttonText = $( "<span>", {
"class": "ui-selectmenu-text" , "class": "ui-selectmenu-text" ,
html: this.element.find( "option:selected" ).text() || "&nbsp;" html: this.element.find( "option:selected" ).text() || "&#160;"
}) })
.appendTo( this.button ); .appendTo( this.button );