Skip to content

Commit

Permalink
modify app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Mar 25, 2017
1 parent a95d7c2 commit 8380a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ indexed.controller('fileController', ($scope, toastr) => {
toastr.error('Enter a valid search term', 'Invalid search term');
$scope.showResultTable = false;
$scope.tableTitle = false;
$scope.showTable = false;
return;
} else if (query === '' || query === undefined) {
toastr.error('Enter word(s) to search!', 'No Search Parameter');
Expand Down

0 comments on commit 8380a46

Please sign in to comment.