Update src/libpoketube/init/pages-static.js
This commit is contained in:
parent
4a98e9d31e
commit
aef7f18b6f
@ -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"];
|
||||
const jsFiles = ["app.js", "custom-css.js", "emojis.js", "player-base-new.js"];
|
||||
const combinedContent = jsFiles
|
||||
.map((fileName) => {
|
||||
const filePath = path.join(html_location, fileName);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user