Merge pull request #4485 from BigFunger/saved-object-browser-anchor-click

small tweak to make anchors with hrefs work in saved object finder
This commit is contained in:
Joe Fleming 2015-07-23 15:28:20 -07:00
commit e11faa5ecf

View file

@ -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;