aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/html_script_finder/web_labels/js_web_labels.js2
-rw-r--r--lib/ui/ui_info.js3
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/html_script_finder/web_labels/js_web_labels.js b/lib/html_script_finder/web_labels/js_web_labels.js
index e428d41..0cb64bf 100644
--- a/lib/html_script_finder/web_labels/js_web_labels.js
+++ b/lib/html_script_finder/web_labels/js_web_labels.js
@@ -174,7 +174,7 @@ WebLabelFinder.prototype.isLicenseFree = function(
var found = false;
// Check if we can look up this license by its identifier.
- var identifier = lic.licenses[i]['licenseName'];
+ var identifier = lic.licenses[i].licenseName;
if (typeof identifier !== 'undefined' &&
typeof licenses[identifier] !== 'undefined'
) {
diff --git a/lib/ui/ui_info.js b/lib/ui/ui_info.js
index ed6d65c..8b5ad81 100644
--- a/lib/ui/ui_info.js
+++ b/lib/ui/ui_info.js
@@ -162,7 +162,7 @@ var tabProcess = function (worker) {
var searchSecondLevelPage = function(
worker, urlToSearch, originalUrl) {
- return;
+/*
var originalWorker = worker;
console.debug('searchSecondLevelPage');
@@ -195,6 +195,7 @@ var searchSecondLevelPage = function(
}
});
}
+*/
};
exports.testModule = {