mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-16 02:23:09 +00:00
don't append themeswitcher to the dialogs - updated now that the dialog markup changed
This commit is contained in:
parent
7b9d2920d2
commit
473802e26e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ){
|
||||
|
|
|
|||
Loading…
Reference in a new issue