Update Chart.js library calling location.

Commit
135402dc34c000fb74fc961ff0de297b57495733
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTRootComponent.class.st
index f12fdb93..44659201 100644..100644
@@ -35,8 +35,7 @@
35 35 at: #development put: {
36 36 JQDevelopmentLibrary.
37 37 JQUiDevelopmentLibrary.
38 Removed: SBSDevelopmentLibrary.
39 Removed: 'https://cdn.jsdelivr.net/npm/chart.js' };
38 Added: SBSDevelopmentLibrary };
40 39 at: #deployment put: {
41 40 JQGoogleLibrary.
42 41 JQUiGoogleLibrary.
@@ -90,6 +89,7 @@
90 89 name: 'viewport';
91 90 content: 'width=device-width, initial-scale=1'.
92 91 anHtmlRoot title: 'My Fitness Tracker ' , self version.
92 Added: anHtmlRoot javascript url: 'https://cdn.jsdelivr.net/npm/chart.js'
93 93 "anHtmlRoot link
94 94 beShortcutIcon;
95 95 url: MFTFileLibrary / #faviconPng"