make pointer pretty

This commit is contained in:
Sanj 2011-06-26 01:43:33 +05:30
parent f7ede187da
commit 93e28f3d60

View File

@ -15,6 +15,7 @@ $(function() {
var R = data;
var $texts = [];
$('text').each(function() {
$(this).css({'cursor': 'pointer'});
var $tspan = $(this).children('tspan').eq(0);
var key = $.trim($tspan.text());
if (R.hasOwnProperty(key)) {