disable click for legend items

This commit is contained in:
Sanj 2011-06-27 03:59:43 +05:30
parent 59e5664c46
commit d04dc8ef0c

View File

@ -111,6 +111,9 @@ $(function() {
});
$this.click(function() {
if (!$this.hasTooltip()) {
return;
}
window.open($(this).data("link"));
// console.log($(this).data("link"));
});