aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-10-23 00:11:54 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-23 00:11:54 -0400
commitecb096a25bf7a21714d940212040e959b2d2d48d (patch)
tree14c2cba75e4a923f7dbd5fb26b8915da3e406e3a /lib
parent965af25a06bef4ba766d051b0f93d895ca11e1cf (diff)
downloadlibrejsxul-ecb096a25bf7a21714d940212040e959b2d2d48d.tar.lz
librejsxul-ecb096a25bf7a21714d940212040e959b2d2d48d.tar.xz
librejsxul-ecb096a25bf7a21714d940212040e959b2d2d48d.zip
updates for jpm
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 = {