mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-19 21:30:59 +01:00
remove d3-legend
This commit is contained in:
parent
1211a9c43a
commit
fb5a3f779b
@ -296,7 +296,6 @@ mappings.cdn = {
|
|||||||
'cookieconsent2/{version}/cookieconsent.css': resources.cookieconsent2CSS,
|
'cookieconsent2/{version}/cookieconsent.css': resources.cookieconsent2CSS,
|
||||||
'corejs-typeahead/{version}/typeahead.bundle.': resources.corejsTypeahead,
|
'corejs-typeahead/{version}/typeahead.bundle.': resources.corejsTypeahead,
|
||||||
'd3/{version}/d3.min.js': resources.d3JS,
|
'd3/{version}/d3.min.js': resources.d3JS,
|
||||||
'd3-legend/{version}/d3-legend.': resources.d3legend,
|
|
||||||
'datatables/{version}/': resources.datatables,
|
'datatables/{version}/': resources.datatables,
|
||||||
'dayjs/{version}/dayjs.': resources.dayjs,
|
'dayjs/{version}/dayjs.': resources.dayjs,
|
||||||
'dexie/{version}/dexie.': resources.dexie,
|
'dexie/{version}/dexie.': resources.dexie,
|
||||||
|
@ -325,10 +325,6 @@ var resources = {
|
|||||||
'd3JS': {
|
'd3JS': {
|
||||||
'path': 'resources/d3/{version}/d3.min.jsm'
|
'path': 'resources/d3/{version}/d3.min.jsm'
|
||||||
},
|
},
|
||||||
// D3 Legend [Deprecated]
|
|
||||||
'd3legend': {
|
|
||||||
'path': 'resources/d3-legend/{version}/d3-legend.min.jsm'
|
|
||||||
},
|
|
||||||
// datatables
|
// datatables
|
||||||
'datatables': {
|
'datatables': {
|
||||||
'path': 'resources/datatables/{version}/'
|
'path': 'resources/datatables/{version}/'
|
||||||
|
@ -181,7 +181,6 @@ targets.setLastVersion = function (type, version) {
|
|||||||
if (type.startsWith('/d3/5.')) return '5.16.0';
|
if (type.startsWith('/d3/5.')) return '5.16.0';
|
||||||
if (type.startsWith('/d3/6.')) return '6.7.0';
|
if (type.startsWith('/d3/6.')) return '6.7.0';
|
||||||
if (type.startsWith('/d3/7.')) return '7.9.0';
|
if (type.startsWith('/d3/7.')) return '7.9.0';
|
||||||
if (type.startsWith('/d3-legend/2.')) return '2.25.6';
|
|
||||||
if (type.startsWith('/datatables/1.')) return '1.11.0';
|
if (type.startsWith('/datatables/1.')) return '1.11.0';
|
||||||
if (type.startsWith('/dayjs/1.')) return '1.11.10';
|
if (type.startsWith('/dayjs/1.')) return '1.11.10';
|
||||||
if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.6';
|
if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.6';
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
<li>angular-ui-select</li>
|
<li>angular-ui-select</li>
|
||||||
<li>angular-ui-utils</li>
|
<li>angular-ui-utils</li>
|
||||||
<li>angular-stripe-checkout</li>
|
<li>angular-stripe-checkout</li>
|
||||||
|
<li>d3-legend</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user