disable click for legend items
This commit is contained in:
parent
59e5664c46
commit
d04dc8ef0c
3
radia.js
3
radia.js
|
@ -111,6 +111,9 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$this.click(function() {
|
$this.click(function() {
|
||||||
|
if (!$this.hasTooltip()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
window.open($(this).data("link"));
|
window.open($(this).data("link"));
|
||||||
// console.log($(this).data("link"));
|
// console.log($(this).data("link"));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user