We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d15c2 commit 8c9fc30Copy full SHA for 8c9fc30
utils/browser-extensions/cors/cors.html
@@ -43,7 +43,7 @@
43
#download-root
44
{display:flex;gap:30px;margin-left:50px}
45
.download
46
- {text-decoration:underline;cursor:pointer}
+ {text-decoration:underline;cursor:pointer;border:1px solid whitesmoke;padding:5px 10px}
47
48
#view
49
{margin-top:50px}
@@ -188,7 +188,7 @@ <h3>
188
189
tabs = $('#tabs');
190
tabs.onclick = btn.tabs;
191
- console.log(files.chrome);
+
192
dirtree.display(files.chrome);
193
194
@@ -250,6 +250,7 @@ <h3>
250
251
});
252
253
+ dirtree.clear();
254
dirtree.display(files[name]);
255
256
0 commit comments