diff --git a/js/msdl.js b/js/msdl.js index 19549c8..31455e5 100644 --- a/js/msdl.js +++ b/js/msdl.js @@ -259,7 +259,7 @@ xhr.onload = function () { preparePage(this.responseText); }; -xhr.open("GET", '/data/products.json', true); +xhr.open("GET", 'data/products.json', true); xhr.send(); pleaseWait.style.display = 'block';