mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-22 08:04:10 +01:00
Fixed wrong path in 8ee33328
This commit is contained in:
parent
8ee33328f3
commit
3cb3e962da
@ -46,10 +46,8 @@ var mappings = {
|
||||
'/ajax/': {
|
||||
'jQuery/jquery-{version}.': resources.jQuery,
|
||||
'jquery/jquery-{version}.': resources.jQuery,
|
||||
'modernizr/modernizr-{version}.': resources.modernizr
|
||||
},
|
||||
'/bootstrap/': {
|
||||
'{version}/bootstrap.min.js': resources.bootstrapJS
|
||||
'modernizr/modernizr-{version}.': resources.modernizr,
|
||||
'bootstrap/{version}/bootstrap.min.js': resources.bootstrapJS
|
||||
}
|
||||
},
|
||||
// Microsoft Ajax CDN [Deprecated]
|
||||
|
Loading…
Reference in New Issue
Block a user