summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-21 11:15:56 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-21 11:15:56 +0200
commit1fdbac9b8cce78c6dc2387b0d39973843cbe9d77 (patch)
tree002b32f93d280e0b725e546dc03333a9144f826b /application
parentbc44bb27e4667ae747eb282f0c9adfd7f2ff482b (diff)
downloadUXP-1fdbac9b8cce78c6dc2387b0d39973843cbe9d77.tar
UXP-1fdbac9b8cce78c6dc2387b0d39973843cbe9d77.tar.gz
UXP-1fdbac9b8cce78c6dc2387b0d39973843cbe9d77.tar.lz
UXP-1fdbac9b8cce78c6dc2387b0d39973843cbe9d77.tar.xz
UXP-1fdbac9b8cce78c6dc2387b0d39973843cbe9d77.zip
[PALEMOON] Places - remove unnecessary line from controller.js
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/components/places/content/controller.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/palemoon/components/places/content/controller.js b/application/palemoon/components/places/content/controller.js
index 7ddb74cb7..7f27e8347 100644
--- a/application/palemoon/components/places/content/controller.js
+++ b/application/palemoon/components/places/content/controller.js
@@ -459,8 +459,6 @@ PlacesController.prototype = {
uri = NetUtil.newURI(node.uri);
if (PlacesUtils.nodeIsBookmark(node)) {
nodeData["bookmark"] = true;
- PlacesUtils.nodeIsTagQuery(node.parent)
-
var parentNode = node.parent;
if (parentNode) {
if (PlacesUtils.nodeIsTagQuery(parentNode))