summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/places/content/sidebarUtils.js
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2019-08-04 23:13:48 +0300
committerwin7-7 <win7-7@users.noreply.github.com>2019-08-04 23:13:48 +0300
commit1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3 (patch)
tree005e15e08597fb9c5798bb20db6494b5d96bea28 /application/palemoon/components/places/content/sidebarUtils.js
parent248476f94e89772d64f6cbe597ebb193522f2a46 (diff)
parent5a957202b70a0b11078b0cffa8967b63baff5661 (diff)
downloadUXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar
UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.gz
UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.lz
UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.xz
UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.zip
Merge branch 'master' into FrameProperties-remove-obsolete-comment
Diffstat (limited to 'application/palemoon/components/places/content/sidebarUtils.js')
-rw-r--r--application/palemoon/components/places/content/sidebarUtils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/places/content/sidebarUtils.js b/application/palemoon/components/places/content/sidebarUtils.js
index 8ffb70348..06ed53753 100644
--- a/application/palemoon/components/places/content/sidebarUtils.js
+++ b/application/palemoon/components/places/content/sidebarUtils.js
@@ -40,7 +40,7 @@ var SidebarUtils = {
var openInTabs = isContainer &&
(aEvent.button == 1 ||
(aEvent.button == 0 && modifKey)) &&
- PlacesUtils.hasChildURIs(tbo.view.nodeForTreeIndex(cell.row));
+ PlacesUtils.hasChildURIs(tbo.view.nodeForTreeIndex(cell.row), true);
if (aEvent.button == 0 && isContainer && !openInTabs) {
tbo.view.toggleOpenState(cell.row);