From 64a88a422f78d6f0b40a5d3c15ddcb522e2785ba Mon Sep 17 00:00:00 2001 From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 7 Nov 2018 09:09:56 -0500 Subject: [PATCH] Update test.html --- test/test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.html b/test/test.html index 153baa1..117e7e5 100644 --- a/test/test.html +++ b/test/test.html @@ -29,7 +29,7 @@ function loadHTML() { myFunction(this); } }; - http.open("GET", "cd_catalog.xml", true); + http.open("GET", "../rpm/linkboard.html", true); http.send(); } function myFunction(data) {