Skip to content

Commit

Permalink
revert extract change for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed May 25, 2017
1 parent afe6784 commit bf3768c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions opal/core/search/static/js/search/controllers/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ angular.module('opal.controllers').controller(
$scope.selectedInfo = query;
};

$scope.isEnum = function(column, field){
return $scope.isText(column, field) &&
}

$scope.isBoolean = function(column, field){
return $scope.isType(column, field, ["boolean", "null_boolean"]);
};
Expand Down

0 comments on commit bf3768c

Please sign in to comment.