Relative paths

This commit is contained in:
Codrin Pavel
2020-05-23 07:32:00 +03:00
parent f4a45e36c0
commit 0a5138072f
3 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ var toe = new Vue({
function getData(fileindex) {
var nextfile = fileindex + 1;
$.get('/toe/' + fileindex + '.json', function (data) {
$.get('../../toe/' + fileindex + '.json', function (data) {
var matches = data.results[0].result.response.results;
for (match in matches) {