diff options
| author | navewindre <boneyaard@gmail.com> | 2025-11-11 08:17:50 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-11-11 08:17:50 +0100 |
| commit | ee4ca553a1234f9c5c0584b7897b41049e420685 (patch) | |
| tree | 4d30008ac8951c4321438d01ed46f569895b0c29 | |
| parent | f5e29189f70c5c8532916504a1a22f8c586f6e73 (diff) | |
opps
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | web/src/pkg.tsx | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1 +1,4 @@ -*.smx
\ No newline at end of file +*.smx +web/dist +web/node_modules +web/package-lock.json diff --git a/web/src/pkg.tsx b/web/src/pkg.tsx index 70e75c6..60a51bb 100644 --- a/web/src/pkg.tsx +++ b/web/src/pkg.tsx @@ -121,7 +121,7 @@ function PackageEntry( props: any ) { <td> { entry.name == "../" && <a href='#' onclick={ () => back() } class="package-entry-link"> - ../yes + ../ </a> } { entry.name != "../" && <a href='#' onclick={ () => JSX.navigate( urlForHref( entry.name, entry.isdir ) ) } class="package-entry-link"> |
