[Pharo] Personal fitness tracker web app.
Update Chart.js library calling location.
src/MyFitnessTracker/MFTRootComponent.class.st
@@ -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"