mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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);
|
$scope.userOnChoose(hit, $event);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($event.isDefaultPrevented()) return;
|
|
||||||
|
|
||||||
var url = self.makeUrl(hit);
|
var url = self.makeUrl(hit);
|
||||||
if (!url || url === '#' || url.charAt(0) !== '#') return;
|
if (!url || url === '#' || url.charAt(0) !== '#') return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue