OHSUCMP / coach

web application frontend for OHSU HTN U18 grant
2 stars 0 forks source link

check the "omron" div in home.mustache, it can probably be left blank #210

Open mattStorer opened 4 months ago

mattStorer commented 4 months ago

the code in the "omron" div in home.mustache contains stuff, but there's also a call to refreshOmronStatus() in the call to $(document).ready(), which populates that div. so it's likely that the contents of that div in home.mustache can be cleared out, made empty, which would be good from a basic housekeeping / don't-repeat-yourself perspective.

trivial thing in basically all ways, but still, I like to keep things tidy. this ticket reflects this desire to handle this at some point down the line.