File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function getInfoContent() {
74
74
'Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.' ,
75
75
'Many other localizations are available - here is an example using Swiss-German (de-CH),' ,
76
76
'see the contents of this directory for the full list.' ,
77
- 'They are also available on our CDN as ' + cdnRoot + 'locale-de-ch-latest.js OR ' + cdnRoot + 'locale-de-ch-' + pkg . version + '.js' ,
77
+ 'They are also available on our CDN as ' + cdnRoot + 'locale-de-ch-' + ' latest' + ' .js OR ' + cdnRoot + 'locale-de-ch-' + pkg . version + '.js' ,
78
78
'Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.' ,
79
79
'' ,
80
80
'*After* the plotly.js script tag, add:' ,
@@ -185,8 +185,8 @@ function makeBundleInfo(pathObj) {
185
185
'' ,
186
186
'| Flavor | URL |' ,
187
187
'| ------ | --- |' ,
188
- '| Latest | ' + cdnRoot + name + '-latest' + JS + ' |' ,
189
- '| Latest minified | ' + cdnRoot + name + '-latest' + MINJS + ' |' ,
188
+ '| Latest | ' + cdnRoot + name + '-' + ' latest' + JS + ' |' ,
189
+ '| Latest minified | ' + cdnRoot + name + '-' + ' latest' + MINJS + ' |' ,
190
190
'| Tagged | ' + cdnRoot + name + '-' + pkg . version + JS + ' |' ,
191
191
'| Tagged minified | ' + cdnRoot + name + '-' + pkg . version + MINJS + ' |' ,
192
192
'' ,
You can’t perform that action at this time.
0 commit comments