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
1 changed files with 2 additions and 4 deletions

View File

@ -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]