mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* * Remove unused old version of MFB * Bundle food, profile editor * Clean up the static folders * Fix tests
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
'use strict';
|
|
|
|
$(document).ready(function() {
|
|
console.log('Application got ready event');
|
|
window.Nightscout.profileclient();
|
|
});
|