Files
Sulka HaroandGitHub 647ed20de1 Clean statics & bundle more (#6745)
* * Remove unused old version of MFB
* Bundle food, profile editor
* Clean up the static folders

* Fix tests
2021-01-17 12:20:48 +02:00

7 lines
128 B
JavaScript

'use strict';
$(document).ready(function() {
console.log('Application got ready event');
window.Nightscout.foodclient();
});