From 586439fbb211b4d7f700bee0170f539ac6f93a74 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 22 May 2012 21:35:46 -0500 Subject: [PATCH] updated to latest --- source/.nojekyll | 0 source/javascripts/octopress.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 source/.nojekyll diff --git a/source/.nojekyll b/source/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/source/javascripts/octopress.js b/source/javascripts/octopress.js index 379e663..1c17035 100644 --- a/source/javascripts/octopress.js +++ b/source/javascripts/octopress.js @@ -1,5 +1,5 @@ function getNav() { - var mobileNav = $('nav[role=navigation] fieldset[role=search]').after('
').next().append(''); + var mobileNav = $('nav[role=navigation] ul.main-navigation').before('
').next().append(''); mobileNav.children('select').append(''); $('ul[role=main-navigation]').addClass('main-navigation'); $('ul.main-navigation a').each(function(link) {