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:
parent
8ee33328f3
commit
3cb3e962da
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user