make pointer pretty
This commit is contained in:
parent
f7ede187da
commit
93e28f3d60
1 changed files with 1 additions and 0 deletions
1
radia.js
1
radia.js
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue