From 1a9d0b184e9e3211625b94e5c7d4ef69554b7234 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 26 Aug 2015 15:41:36 -0400 Subject: [PATCH] added navigation menu items --- lib/persona.js | 2 ++ templates/header.tpl | 8 ++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/persona.js b/lib/persona.js index d67925a..a92ab91 100644 --- a/lib/persona.js +++ b/lib/persona.js @@ -196,5 +196,7 @@ $(document).ready(function() { 'position': 'fixed' }); }); + + $('#mobile-navigation').html($('#main-nav').html()); } }); \ No newline at end of file diff --git a/templates/header.tpl b/templates/header.tpl index aba3202..9ed8501 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -40,12 +40,8 @@