
/**
 *
 * @package     theme_eguru
 * @copyright   2015 LMSACE Dev Team,lmsace.com
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
(function($){var img=$("#header").find('.avatar').find('img[src$="/u/f2"]');var src=img.attr('src');img.attr('src',src+'_white');if($("#header .navbar button").attr('aria-expanded')==="true"){$("#header .navbar").find('button').addClass('is-active')}
$("#header .navbar button").click(function(){var $this=$(this);setTimeout(function(){if($this.attr('aria-expanded')=="true"){$("#header .navbar").find('button').addClass('is-active')}else{$("#header .navbar").find('button').removeClass('is-active')}},200)})})(jQuery)