Small tag search fix

pull/131/head
Torkel Ödegaard 11 years ago
parent f9f259195d
commit 33ec638323
  1. 1
      src/app/controllers/search.js

@ -100,6 +100,7 @@ function (angular, _, config, $) {
$scope.query.query = $scope.tagsOnly ? "tags!:" : "";
$scope.giveSearchFocus = $scope.giveSearchFocus + 1;
$scope.selectedIndex = -1;
$scope.search();
};
$scope.search = function() {

Loading…
Cancel
Save