--- a/src/p4l/static/p4l/js/p4l.js Mon Dec 02 23:26:46 2013 +0100
+++ b/src/p4l/static/p4l/js/p4l.js Tue Dec 03 13:54:30 2013 +0100
@@ -205,7 +205,6 @@
$scope.uriInDict = false;
$scope.addUriToList = function() {
- //TODO: really check that the $scope.addUriText belong to the correct thesaurus.
if($scope.addUriText.match("^http://")) {
$scope.list.push($scope.addUriText);
$scope.addUriText = '';
@@ -262,7 +261,6 @@
$scope.uriInDict = false;
$scope.updateVal = function() {
- // TODO: really check that the $scope.addUriText belong to the correct thesaurus.
if($scope.addUriText.match("^http://")) {
$scope.val = $scope.addUriText;
}