Pretty much a nothing burger

This commit is contained in:
Innovation 2024-03-29 15:31:24 -05:00
parent e67bc84e3a
commit 61b3af2d7e

View file

@ -216,5 +216,14 @@
<p>Test2</p> <p>Test2</p>
</div> </div>
</div> </div>
<script type="text/javascript">
// TODO: Make baseUrl be set by Flask
var baseUrl = "http://localhost:5000"
function updateAll() {
stopInterval(
}
var t=setInterval(updateAll, 1000)
</script>
</body> </body>
</html> </html>