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

Commit

Permalink
Merge pull request #5200 from lobbin/themefix
Browse files Browse the repository at this point in the history
Select.custom: fixed listbox overlayTheme regression -- Fixes #5051
  • Loading branch information
Gabriel "_|Nix|_" Schulhof committed Oct 24, 2012
2 parents 74ccac8 + 3413961 commit 4bbe7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/forms/select.custom.js
Original file line number Diff line number Diff line change
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 4bbe7c6

Please sign in to comment.