Skip to content
Snippets Groups Projects
Commit fab91f4a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

JS hint

parent 89a5a34a
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ function ESRegistryLookupController($scope, $focus, $timeout, $filter, $controll
$scope.onLocationChanged = function() {
if ($scope.search.loadingPosition) return;
return $scope.search.geoPoint = undefined; // reset geo point
$scope.search.geoPoint = undefined; // reset geo point
};
$scope.$watch('search.location', $scope.onLocationChanged);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment