Merge pull request #503 from colkito/fix/hide-loading-search
removed loading images in the search field
This commit is contained in:
commit
f18dc83cd6
18
public/js/angularjs-all.min.js
vendored
18
public/js/angularjs-all.min.js
vendored
File diff suppressed because one or more lines are too long
4
public/js/main.min.js
vendored
4
public/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
6
public/js/vendors.min.js
vendored
6
public/js/vendors.min.js
vendored
File diff suppressed because one or more lines are too long
@ -48,6 +48,7 @@ angular.module('insight.search').controller('SearchController',
|
|||||||
_resetSearch();
|
_resetSearch();
|
||||||
$location.path('/block/' + hash.blockHash);
|
$location.path('/block/' + hash.blockHash);
|
||||||
}, function() { //not found, fail :(
|
}, function() { //not found, fail :(
|
||||||
|
$scope.loading = false;
|
||||||
_badQuery();
|
_badQuery();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user