Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
semicolonmystery committed Nov 9, 2023
1 parent 2cab0bc commit da9486d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ async function update(url) {
}
if (urlParams.get("directory") != null && urlParams.get("directory") != currentDirectory) {
currentDirectory = "" + removeWrongSlash(urlParams.get("directory"));
changeStatus("./" + currentDirectory);
if (currentDirectory != defaultDirectory) changeStatus("./" + currentDirectory);
else changeStatus("");
}
clearList();
if (!data) data = await loadData();
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit da9486d

Please sign in to comment.