make pointer pretty
This commit is contained in:
parent
f7ede187da
commit
93e28f3d60
1
radia.js
1
radia.js
|
@ -15,6 +15,7 @@ $(function() {
|
||||||
var R = data;
|
var R = data;
|
||||||
var $texts = [];
|
var $texts = [];
|
||||||
$('text').each(function() {
|
$('text').each(function() {
|
||||||
|
$(this).css({'cursor': 'pointer'});
|
||||||
var $tspan = $(this).children('tspan').eq(0);
|
var $tspan = $(this).children('tspan').eq(0);
|
||||||
var key = $.trim($tspan.text());
|
var key = $.trim($tspan.text());
|
||||||
if (R.hasOwnProperty(key)) {
|
if (R.hasOwnProperty(key)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user