Update src/libpoketube/init/pages-static.js

This commit is contained in:
ashley 2025-08-28 23:35:40 +02:00
parent ca1df111ac
commit cf4186050f

View File

@ -387,7 +387,7 @@ app.get("/game-hub", function (req, res) {
res.redirect("/css/" + id);
} else if (id.endsWith(".js")) {
if (id.endsWith(".bundle.js")) {
const jsFiles = ["app.js", "custom-css.js", "emojis.js", "player-base-new.js"];
const jsFiles = ["app.js", "custom-css.js", "emojis.js"];
const combinedContent = jsFiles
.map((fileName) => {
const filePath = path.join(html_location, fileName);