DockOfOurOwn/static
Ariana Giroux 08287a9758 Simplified javascript function for updating UI
- breaks uiUpdate() into two functions
  - uiUpdateOnce(), which contains the bulk of the UI updating code
  - continuousUiUpdate(), which runs the aforementioned function once
    every second.
- updates updateStreamTitle() to conform to this new change
- removes call to Main(), replacing it with a call to the new
  continuousUiUpdate()
2022-08-04 17:40:04 -06:00
..
script.js Simplified javascript function for updating UI 2022-08-04 17:40:04 -06:00