mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
yup, thats the commit
This commit is contained in:
parent
1d7f3369cd
commit
beae6bc900
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
if (d === "[object Object]") {
|
if (d === "[object Object]") {
|
||||||
var d = false;
|
var d = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
renderTemplate(res, req, "poketube.ejs", {
|
renderTemplate(res, req, "poketube.ejs", {
|
||||||
color: data.color,
|
color: data.color,
|
||||||
color2: data.color2,
|
color2: data.color2,
|
||||||
|
|
Loading…
Reference in a new issue