Merge pull request #988 from fredj/icon_example
IE10 compatibility: no tooltip on icon.html example
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ map.on('click', function(evt) {
|
|||||||
});
|
});
|
||||||
$(element).popover('show');
|
$(element).popover('show');
|
||||||
} else {
|
} else {
|
||||||
$(element).popover('hide');
|
$(element).popover('destroy');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user