Skip to content

Commit

Permalink
first whack
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 21, 2024
1 parent 04cad32 commit ec64f73
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 70 deletions.
24 changes: 0 additions & 24 deletions app/assets/javascripts/controllers/promptThreshold.js

This file was deleted.

4 changes: 0 additions & 4 deletions app/assets/javascripts/controllers/searchResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ angular.module('QuepidApp')
}
});

$scope.overThreshold = function() {
return $scope.query.lastScore && $scope.query.thresholdEnabled &&
($scope.query.lastScore < $scope.query.threshold);
};

$scope.displayed = new DisplayConfig();

Expand Down
27 changes: 0 additions & 27 deletions app/assets/javascripts/controllers/takeThreshold.js

This file was deleted.

15 changes: 0 additions & 15 deletions app/assets/templates/views/thresholdModal.html

This file was deleted.

0 comments on commit ec64f73

Please sign in to comment.