From f8ea5df1c2c3edda658810b8ad58282a37eb09f5 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Wed, 8 Jun 2016 21:32:23 +0700 Subject: [PATCH] Path to JSON --- game/game.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.coffee b/game/game.coffee index e2236b9..df6f124 100644 --- a/game/game.coffee +++ b/game/game.coffee @@ -16,7 +16,7 @@ continueToNextChoice = (s) -> $("#content").append("

THE END

") $("#options").html("") -fetch('../fogg.ink.json') +fetch('fogg.ink.json') .then((response) -> return response.text() )