From 51bec01fea21b01b2acfa20efb0a02090eba79a7 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 13 Jul 2014 11:44:36 -0400 Subject: [PATCH] just to keep track of ideas --- js/element-picker.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/element-picker.js b/js/element-picker.js index 324bd40e3..e018ae83c 100644 --- a/js/element-picker.js +++ b/js/element-picker.js @@ -539,6 +539,9 @@ var removeAllChildren = function(parent) { /******************************************************************************/ +// TODO: for convenience I could provide a small set of net filters instead +// of just a single one. Truncating the right-most part of the path etc. + var showDialog = function(filters) { var divNet = divDialog.querySelector('ul > li:nth-of-type(1) > ul'); var divCosmetic = divDialog.querySelector('ul > li:nth-of-type(2) > ul');