another minor correction and testing of dropin.html

This commit is contained in:
bluesaxman 2021-05-06 02:28:05 +00:00
parent 80e0e3bab0
commit bafea55632

View File

@ -10,5 +10,5 @@ function renderShomb(data) {
myEntry.innerHTML = '<div class="shomb_username">'+entry.USER+'</div><div class="shomb_message">'+entry.DATE+" -- "+entry.POST+'</div>';
});
}
getData("shamble/get.pl", renderShomb);
getData("shomble/get.pl", renderShomb);
</script>