From: Steve Sutton Date: Fri, 20 Jun 2014 17:24:45 +0000 (-0400) Subject: Update mobile menu X-Git-Tag: v1.0^2~29^2~1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d8046974c1366483b19016dae25afd1123ebae53;p=web%2FSooLocks.git Update mobile menu don't need close gif --- 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"); }