mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
@ -247,9 +247,6 @@ var files = {
|
|||||||
'resources/jqueryui/1.11.3/jquery-ui.min.jsm': true,
|
'resources/jqueryui/1.11.3/jquery-ui.min.jsm': true,
|
||||||
'resources/jqueryui/1.11.4/jquery-ui.min.jsm': true,
|
'resources/jqueryui/1.11.4/jquery-ui.min.jsm': true,
|
||||||
|
|
||||||
// MathJax.js
|
|
||||||
'resources/mathjax.js/2.7.5/MathJax.jsm': true,
|
|
||||||
|
|
||||||
// Modernizr
|
// Modernizr
|
||||||
'resources/modernizr/2.6.2/modernizr.min.jsm': true,
|
'resources/modernizr/2.6.2/modernizr.min.jsm': true,
|
||||||
'resources/modernizr/2.7.1/modernizr.min.jsm': true,
|
'resources/modernizr/2.7.1/modernizr.min.jsm': true,
|
||||||
|
@ -69,7 +69,6 @@ var mappings = {
|
|||||||
'jquery/{version}/jquery.': resources.jQuery,
|
'jquery/{version}/jquery.': resources.jQuery,
|
||||||
'jqueryui/{version}/jquery-ui.js': resources.jQueryUI,
|
'jqueryui/{version}/jquery-ui.js': resources.jQueryUI,
|
||||||
'jqueryui/{version}/jquery-ui.min.js': resources.jQueryUI,
|
'jqueryui/{version}/jquery-ui.min.js': resources.jQueryUI,
|
||||||
'mathjax/{version}/MathJax.js': resources.MathJax,
|
|
||||||
'modernizr/{version}/modernizr.': resources.modernizr,
|
'modernizr/{version}/modernizr.': resources.modernizr,
|
||||||
'moment.js/{version}/moment.': resources.moment,
|
'moment.js/{version}/moment.': resources.moment,
|
||||||
'mootools/{version}/mootools-core': resources.mootools,
|
'mootools/{version}/mootools-core': resources.mootools,
|
||||||
|
@ -80,11 +80,6 @@ var resources = {
|
|||||||
'path': 'resources/jqueryui/{version}/jquery-ui.min.jsm',
|
'path': 'resources/jqueryui/{version}/jquery-ui.min.jsm',
|
||||||
'type': 'application/javascript'
|
'type': 'application/javascript'
|
||||||
},
|
},
|
||||||
// MathJax
|
|
||||||
'MathJax': {
|
|
||||||
'path': 'resources/mathjax.js/{version}/MathJax.jsm',
|
|
||||||
'type': 'application/javascript'
|
|
||||||
},
|
|
||||||
// Modernizr
|
// Modernizr
|
||||||
'modernizr': {
|
'modernizr': {
|
||||||
'path': 'resources/modernizr/{version}/modernizr.min.jsm',
|
'path': 'resources/modernizr/{version}/modernizr.min.jsm',
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "LocalCDN (fork from Decentraleyes)",
|
"name": "LocalCDN (fork from Decentraleyes)",
|
||||||
"version": "2.0.23",
|
"version": "2.0.22",
|
||||||
|
|
||||||
"author": "nobody",
|
"author": "nobody",
|
||||||
|
|
||||||
|
@ -225,8 +225,6 @@ helpers.determineResourceName = function (filename) {
|
|||||||
return 'Bootstrap CSS';
|
return 'Bootstrap CSS';
|
||||||
case 'bootstrap.min.jsm':
|
case 'bootstrap.min.jsm':
|
||||||
return 'Bootstrap JS';
|
return 'Bootstrap JS';
|
||||||
case 'MathJax.jsm':
|
|
||||||
return 'MathJax';
|
|
||||||
default:
|
default:
|
||||||
return 'Unknown';
|
return 'Unknown';
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user