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);
|
preparePage(this.responseText);
|
||||||
};
|
};
|
||||||
|
|
||||||
xhr.open("GET", '/data/products.json', true);
|
xhr.open("GET", 'data/products.json', true);
|
||||||
xhr.send();
|
xhr.send();
|
||||||
|
|
||||||
pleaseWait.style.display = 'block';
|
pleaseWait.style.display = 'block';
|
||||||
|
|||||||
Reference in New Issue
Block a user