mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
small tweak to make anchors with hrefs work in saved object finder
This commit is contained in:
parent
4b64e5a803
commit
a68b201bcf
1 changed files with 0 additions and 2 deletions
|
@ -94,8 +94,6 @@ define(function (require) {
|
|||
$scope.userOnChoose(hit, $event);
|
||||
}
|
||||
|
||||
if ($event.isDefaultPrevented()) return;
|
||||
|
||||
var url = self.makeUrl(hit);
|
||||
if (!url || url === '#' || url.charAt(0) !== '#') return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue