diff --git a/docs/_assets/js/jqm-docs.js b/docs/_assets/js/jqm-docs.js index a34f4364..e0ab7de5 100644 --- a/docs/_assets/js/jqm-docs.js +++ b/docs/_assets/js/jqm-docs.js @@ -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 ){