fix path to manifest file

This commit is contained in:
Serghei Mihai 2016-02-12 19:47:48 +01:00
parent 6e507559ad
commit 72723e8549
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ var app = {
// Device ready callback
onDeviceReady: function() {
var request = new XMLHttpRequest();
request.open('GET', '../index.json');
request.open('GET', './index.json');
request.onload = function() {
if (request.status != 200) {
/* this should never happen */