You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: