Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Select.custom: fixed listbox overlayTheme regression. Fixed #5051 Sel…
Browse files Browse the repository at this point in the history
…ect data-overlay-theme not changing from 'a' past jqm1.1.1
  • Loading branch information
lobbin committed Oct 19, 2012
1 parent b793599 commit 3413961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/forms/select.custom.js
Expand Up @@ -39,7 +39,7 @@ define( [
"<div data-" + $.mobile.ns + "role='content'></div>"+
"</div>" ),

listbox = $( "<div>", { "class": "ui-selectmenu" } ).insertAfter( widget.select ).popup( { theme: "a" } ),
listbox = $( "<div>", { "class": "ui-selectmenu" } ).insertAfter( widget.select ).popup( { theme: widget.options.overlayTheme } ),

list = $( "<ul>", {
"class": "ui-selectmenu-list",
Expand Down

0 comments on commit 3413961

Please sign in to comment.