don't append themeswitcher to the dialogs - updated now that the dialog markup changed

This commit is contained in:
scottjehl 2012-01-11 22:01:23 +07:00
parent 7b9d2920d2
commit 473802e26e

View file

@ -2,7 +2,7 @@
define( [ "jquery.mobile" ], function() {
$('div').live('pagecreate',function(event){
if( !$(this).is('.ui-dialog')){
if( !$(this).is('.ui-dialog-page')){
var appendEl = $(this).find('.ui-footer:last');
if( !appendEl.length ){