1
0
Fork 0

Path to JSON

This commit is contained in:
Alexander Yakovlev 2016-06-08 21:32:23 +07:00
parent e88a3c9022
commit f8ea5df1c2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ continueToNextChoice = (s) ->
$("#content").append("<p>THE END</p>")
$("#options").html("")
fetch('../fogg.ink.json')
fetch('fogg.ink.json')
.then((response) ->
return response.text()
)