Update test.html

This commit is contained in:
vkservicesllc
2018-11-07 09:09:56 -05:00
committed by GitHub
parent 434c827298
commit 64a88a422f

View File

@@ -29,7 +29,7 @@ function loadHTML() {
myFunction(this); myFunction(this);
} }
}; };
http.open("GET", "cd_catalog.xml", true); http.open("GET", "../rpm/linkboard.html", true);
http.send(); http.send();
} }
function myFunction(data) { function myFunction(data) {