diff --git a/docs/_assets/js/jqm-docs.js b/docs/_assets/js/jqm-docs.js index 64bf7596..f63a4492 100644 --- a/docs/_assets/js/jqm-docs.js +++ b/docs/_assets/js/jqm-docs.js @@ -1,6 +1,6 @@ //set up the theme switcher on the homepage $('div').live('pagecreate',function(){ - if( !$(this).is('.ui-dialog')){ + if( !$(this).is('.ui-dialog,.ui-navbar-expanded')){ $('Switch theme') .buttonMarkup({ 'icon':'gear',