update 1902111336

This commit is contained in:
vkservicesllc
2019-02-11 13:36:33 -05:00
parent 58a6922309
commit afff44f4c2

View File

@@ -1,4 +1,4 @@
function getReportFromServer() { (function() {
var xhr = new XMLHttpRequest(); var xhr = new XMLHttpRequest();
@@ -21,4 +21,4 @@ function getReportFromServer() {
xhr.open('GET', 'Report.json', true); xhr.open('GET', 'Report.json', true);
xhr.send(); xhr.send();
} })();