Skip to content

Instantly share code, notes, and snippets.

@958
Last active December 18, 2015 16:39
Show Gist options
  • Save 958/5812545 to your computer and use it in GitHub Desktop.
Save 958/5812545 to your computer and use it in GitHub Desktop.
--- old/bmany.ks.js
+++ new/bmany.ks.js
@@ -253,8 +253,7 @@
if (item)
aContainer.push(item);
}
- else if (PlacesUtils.nodeIsFolder(childNode)
- && !PlacesUtils.nodeIsLivemarkContainer(childNode))
+ else if (PlacesUtils.nodeIsFolder(childNode))
{
arguments.callee(childNode.itemId, aFilter, aContainer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment