Remove TODO comment
authorymh <ymh.work@gmail.com>
Tue, 03 Dec 2013 13:54:30 +0100
changeset 160 470ea7806537
parent 159 dbc7cce33ace
child 161 216b3f9582aa
Remove TODO comment
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;
                 }