From: Laury GvR Date: Mon, 20 Oct 2014 19:10:14 +0000 (-0400) Subject: Idem X-Git-Tag: v1.36~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f362f4ad935aa3d31ebfe8afbd856e09445ba102;p=WP-Plugins%2FGaslightify.git Idem --- diff --git a/Gaslightify.php b/Gaslightify.php index 998e9e4..ca96054 100755 --- a/Gaslightify.php +++ b/Gaslightify.php @@ -4,7 +4,7 @@ Plugin Name: Gaslightify Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates Description: A gasline to a Wordpress website. -Version: 1.34 +Version: 1.34 Author: Gaslight Media Author URI: http://www.gaslightmedia.com License: Gaslight Media @@ -86,6 +86,9 @@ 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; } diff --git a/js/Gaslightify.js b/js/Gaslightify.js index 530d102..5ba02d9 100755 --- a/js/Gaslightify.js +++ b/js/Gaslightify.js @@ -9,7 +9,7 @@ jQuery(document).ready(function(){ 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",window.location.origin); + jQuery('#wp-admin-bar-my-account > a').attr("href","#"); jQuery('#wp-admin-bar-user-info > a').attr("href","#"); });