/home/edulekha/public_html/wp-content/themes/crocol/assets/js/login.js
jQuery(function($){
	$('#login h1 a').each(function(){
		$(this).css('background', 'none');
		$(this).css('width', 'auto');
		$(this).css('height', 'auto');
		$(this).css('text-indent', '0');
		$(this).html('<img src="'+magone_login_js.blog_logo_src+'"/>');
		$(this).attr('href', magone_login_js.home_url);
	});
});