From 31cd377ee12ec4f2364ee0c0ea7c8763f98f927c Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Wed, 30 Aug 2017 11:20:16 -0500 Subject: Fixed the script editing code so it actually blocks what it says it blocks --- eval_test.js | 1 - 1 file changed, 1 deletion(-) (limited to 'eval_test.js') 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 != ""){ -- cgit v1.2.3