# HG changeset patch # User ymh # Date 1386075270 -3600 # Node ID 470ea7806537da4a332ed9aec633c73c0423ae32 # Parent dbc7cce33ace9b075cfbb6d2a80bdf86a882c578 Remove TODO comment diff -r dbc7cce33ace -r 470ea7806537 src/p4l/static/p4l/js/p4l.js --- 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; }