Skip to content

Commit

Permalink
renamed pouet.js to votes-pouet.js to reflect purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Apr 1, 2024
1 parent fb1a8ee commit e5938e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion handler/app/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func Hrefs() Paths {
Htmx: "/js/htmx.min.js",
Jsdos6JS: "/js/js-dos.js",
Layout: "/css/layout.min.css",
Pouet: "/js/pouet.min.js",
Pouet: "/js/votes-pouet.min.js",
Readme: "/js/readme.min.js",
Uploader: "/js/uploader.min.js",
}
Expand Down
2 changes: 1 addition & 1 deletion public/js/pouet.min.js → public/js/votes-pouet.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ func NamedJS() []string {
"editor-assets",
"editor-archive",
"editor-forapproval",
"pouet",
"readme",
"uploader",
"votes-pouet",
}
}

Expand Down

0 comments on commit e5938e9

Please sign in to comment.