Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 51bec01

Browse files
committed
just to keep track of ideas
1 parent 2d7e6c0 commit 51bec01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/element-picker.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@ var removeAllChildren = function(parent) {
539539

540540
/******************************************************************************/
541541

542+
// TODO: for convenience I could provide a small set of net filters instead
543+
// of just a single one. Truncating the right-most part of the path etc.
544+
542545
var showDialog = function(filters) {
543546
var divNet = divDialog.querySelector('ul > li:nth-of-type(1) > ul');
544547
var divCosmetic = divDialog.querySelector('ul > li:nth-of-type(2) > ul');

0 commit comments

Comments
 (0)