aboutsummaryrefslogtreecommitdiff
path: root/eval_test.js
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-30 11:20:16 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-30 11:20:16 -0500
commit31cd377ee12ec4f2364ee0c0ea7c8763f98f927c (patch)
tree225f7e5745e537b2f64cb390f2747fc40c063467 /eval_test.js
parent13df5ad4c0546fe2e721a311f2081b7b869ddabd (diff)
Fixed the script editing code so it actually blocks what it says it blocks
Diffstat (limited to 'eval_test.js')
-rw-r--r--eval_test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval_test.js b/eval_test.js
index fa508f6..03d1a5e 100644
--- a/eval_test.js
+++ b/eval_test.js
@@ -459,7 +459,6 @@ function get_final_page(html_string, callback){
var html_doc = parser.parseFromString(html_source, "text/html");
// Test "the first piece of Javascript available to the page" for the license comment
- // TODO: Is this supposed to test if the license is free or just assume that it is?
var finished = false;
if(html_doc.scripts[0] !== undefined){
if(html_doc.scripts[0].src != ""){