From f3ddb5805299efb260ddb048c161774926b6c21c Mon Sep 17 00:00:00 2001 From: Ave <112294121+ave9858@users.noreply.github.com> Date: Thu, 28 Mar 2024 04:00:06 +0000 Subject: [PATCH] Revert "Update msdl.js" This reverts commit 9a707427cd5bc53fc4a26c21a22768517d919219. --- js/msdl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';