mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 16:29:02 +01:00
yup, thats the commit
This commit is contained in:
parent
4eb59acb1a
commit
3d09f8fbe5
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