Path to JSON

This commit is contained in:
Alexander Yakovlev 2016-06-08 21:32:23 +07:00
parent e88a3c9022
commit f8ea5df1c2

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()
)