Skip to content

Commit

Permalink
Update public.php: Add ;
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 21, 2024
1 parent 53075b7 commit 5b262db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/public.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getImage() {
// Use tail recursion to trigger the next invocation after `$delay` milliseconds
setTimeout(function () { getImage(); }, <?php echo $delay ?>);
});
}
};

getImage();
</script>
Expand Down

0 comments on commit 5b262db

Please sign in to comment.