From: Laury GvR Date: Mon, 20 Oct 2014 20:43:02 +0000 (-0400) Subject: Top left GLM logo no longer directs. X-Git-Tag: v1.36~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6151b01553e9c8563616faccc2c271ce3e4f5b98;p=WP-Plugins%2FGaslightify.git Top left GLM logo no longer directs. --- diff --git a/Gaslightify.php b/Gaslightify.php index ca96054..4b6c91d 100755 --- a/Gaslightify.php +++ b/Gaslightify.php @@ -86,11 +86,8 @@ function glm_custom_logo() { #wp-admin-bar-wp-logo > .ab-item .ab-icon:before, #header-logo { content: url(/Gaslightify/img/GLM_flame_none_trans_32x32.png) !important; } - #wp-admin-bar-wp-logo > .ab-item { - content: "Return"; - } #wpadminbar .quicklinks li .blavatar:before { - content: url(/Gaslightify/img/GLM_flame_box_inverted_16x16b.png) !important; + content: url(/Gaslightify/img/GLM_flame_none_trans_16x16.png) !important; } a").click(function(){ return false; }); + jQuery("#wp-admin-bar-wp-logo > .ab-item").click(function() { + return false; + }); + jQuery("#wp-admin-bar-wp-logo > .ab-item").hover(function() { + return false; + }); jQuery("#wp-admin-bar-wp-logo").hover(function() { return false; }); var jurl = jQuery(".ngg-gallery-thumbnail").attr("title"); jQuery(".ngg-gallery-thumbnail").attr("href","http://gaslight.upnorth.net/our-work/"+jurl); - jQuery("#wp-admin-bar-wp-logo > .ab-item").attr("href",window.location.origin); - jQuery('#wp-admin-bar-my-account > a').attr("href","#"); + jQuery("#wp-admin-bar-wp-logo > .ab-item").attr("href","#").attr("title",""); + jQuery('#wp-admin-bar-my-account > a').attr("href","#").attr("title",""); jQuery('#wp-admin-bar-user-info > a').attr("href","#"); - });