Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
[Widgets] Fix bug: Adding ButtonSplitList in Footer destroys formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhizhangchen committed Sep 11, 2012
1 parent ad1484f commit c30625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/widgets.js
Expand Up @@ -664,7 +664,7 @@ var BWidgetRegistry = {
cardinality: "N",
// FIXME: deny Slider widgets because they render poorly; this
// may be a bug in jQuery Mobile 1.0
deny: "Slider"
deny: [ "Slider", "ButtonSplitList" ]
}
]
},
Expand Down

0 comments on commit c30625e

Please sign in to comment.