Revert "Update msdl.js"

This reverts commit 9a707427cd.
This commit is contained in:
Ave
2024-03-28 04:00:06 +00:00
parent bd6159b7fa
commit f3ddb58052
+1 -1
View File
@@ -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';