From bafea5563276c94e4b986e7543f6823ce5b860cc Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Thu, 6 May 2021 02:28:05 +0000 Subject: [PATCH] another minor correction and testing of dropin.html --- dropin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropin.html b/dropin.html index ed89a06..22da729 100644 --- a/dropin.html +++ b/dropin.html @@ -10,5 +10,5 @@ function renderShomb(data) { myEntry.innerHTML = '
'+entry.USER+'
'+entry.DATE+" -- "+entry.POST+'
'; }); } -getData("shamble/get.pl", renderShomb); +getData("shomble/get.pl", renderShomb);