diff --git a/docs/render/recipe.js b/docs/render/recipe.js index 4d51323..fc69c80 100644 --- a/docs/render/recipe.js +++ b/docs/render/recipe.js @@ -191,7 +191,7 @@ function render() { instructions = json.recipeInstructions; let title = clean(json.name); let description = clean(json.description); - parent.postMessage({title:title, favicon:"🍴", image:image, description:description wakeLock:true, updateURL:true}, "*"); + parent.postMessage({title:title, favicon:"🍴", image:image, description:description, wakeLock:true, updateURL:true}, "*"); // let text = instructions.join(" ");