minor correction to dropin

This commit is contained in:
bluesaxman 2021-05-05 20:00:29 -06:00
parent c49fc707ea
commit 80e0e3bab0

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", renderShobm);
getData("shamble/get.pl", renderShomb);
</script>