1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-03 05:39:27 +01:00

Fixed wrong path in 8ee33328

This commit is contained in:
nobody 2020-03-05 17:15:47 +01:00
parent 8ee33328f3
commit 3cb3e962da
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119

View File

@ -46,10 +46,8 @@ var mappings = {
'/ajax/': { '/ajax/': {
'jQuery/jquery-{version}.': resources.jQuery, 'jQuery/jquery-{version}.': resources.jQuery,
'jquery/jquery-{version}.': resources.jQuery, 'jquery/jquery-{version}.': resources.jQuery,
'modernizr/modernizr-{version}.': resources.modernizr 'modernizr/modernizr-{version}.': resources.modernizr,
}, 'bootstrap/{version}/bootstrap.min.js': resources.bootstrapJS
'/bootstrap/': {
'{version}/bootstrap.min.js': resources.bootstrapJS
} }
}, },
// Microsoft Ajax CDN [Deprecated] // Microsoft Ajax CDN [Deprecated]