Fixed #28
This commit is contained in:
parent
651a79c030
commit
93a14ecab0
|
@ -477,7 +477,10 @@ var mappings = {
|
|||
'netdna.bootstrapcdn.com': {
|
||||
'/bootstrap/': {
|
||||
'{version}/js/bootstrap.min.': resources.bootstrapJS,
|
||||
'{version}/css/bootstrap.min.': resources.bootstrapCSS
|
||||
'{version}/css/bootstrap.min.': resources.bootstrapCSS,
|
||||
},
|
||||
'/font-awesome/': {
|
||||
'{version}/css/font-awesome.css': resources.fontawesome
|
||||
}
|
||||
},
|
||||
// Font Awesome CDN
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
<li>Added jQuery BlockUI v2.70</li>
|
||||
<li>Added plyr CSS v3.5.10</li>
|
||||
<li>Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/31">"#31"</a> and Store.js v2.0.4 added</li>
|
||||
<li>Added YUI v2.9.0</li>
|
||||
<li>Added Vue.js v2.6.11</li>
|
||||
<li>Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/28">"#28"</a></li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Please update your uBlock/uMatrix rules
|
||||
|
|
Loading…
Reference in New Issue