From 350d481ccca97fe4cb9ed264fa96c0b5c65b5b7c Mon Sep 17 00:00:00 2001 From: scottjehl Date: Fri, 15 Oct 2010 19:14:43 -0400 Subject: [PATCH] don't add to navbars either, theme switchster --- docs/_assets/js/jqm-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',