From d8046974c1366483b19016dae25afd1123ebae53 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 20 Jun 2014 13:24:45 -0400 Subject: [PATCH] Update mobile menu don't need close gif --- libjs/arrowMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libjs/arrowMenu.js b/libjs/arrowMenu.js index 3e5aa3e..93066c7 100644 --- a/libjs/arrowMenu.js +++ b/libjs/arrowMenu.js @@ -7,7 +7,7 @@ function setMobileNav() { // Animate the logo so it fits in the topbar. $('#logo').addClass('open'); // Toggle the menu button to a close button. - $(this).css('background', 'url(' + media_base_url + 'assets/close.png) 0 0 no-repeat'); + //$(this).css('background', 'url(' + media_base_url + 'assets/close.png) 0 0 no-repeat'); // Show the menu. $('#mobilenav').css("display", "block"); } else { @@ -15,7 +15,7 @@ function setMobileNav() { // Animate the logo to its original size. $('#logo').removeClass('open'); // Toggle the close button to a menu button. - $(this).css('background', 'url(' + media_base_url + 'assets/menu.png) 0 0 no-repeat'); + //$(this).css('background', 'url(' + media_base_url + 'assets/menu.png) 0 0 no-repeat'); // Show the menu. //$('#mobilenav').css("display", "none"); } -- 2.17.1