Skip to content

Commit 8c9fc30

Browse files
save file
1 parent 72d15c2 commit 8c9fc30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/browser-extensions/cors/cors.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#download-root
4444
{display:flex;gap:30px;margin-left:50px}
4545
.download
46-
{text-decoration:underline;cursor:pointer}
46+
{text-decoration:underline;cursor:pointer;border:1px solid whitesmoke;padding:5px 10px}
4747

4848
#view
4949
{margin-top:50px}
@@ -188,7 +188,7 @@ <h3>
188188

189189
tabs = $('#tabs');
190190
tabs.onclick = btn.tabs;
191-
console.log(files.chrome);
191+
192192
dirtree.display(files.chrome);
193193

194194

@@ -250,6 +250,7 @@ <h3>
250250

251251
});
252252

253+
dirtree.clear();
253254
dirtree.display(files[name]);
254255

255256

0 commit comments

Comments
 (0)