mirror of
https://github.com/gravesoft/msdl.git
synced 2026-07-25 08:34:28 +00:00
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user