thermobased / flask-webapp

0 stars 0 forks source link

Move global vars to a separate module and initialize them without JS #6

Closed gnull closed 4 months ago

gnull commented 4 months ago

This addressed #4 but also moves the remaining global vars to a separate module, and uses a more robust mechanism with <script type="application/json"> to get initial values for them from the server.

Ivan