Selection of Bootstrap-Datepicker fixed (#54)
This commit is contained in:
parent
abcbf09257
commit
95d08053a3
|
@ -118,6 +118,20 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
|
|||
'path': 'resources/google-material-design-icons/google-material-design-icons.css',
|
||||
'bundle': ''
|
||||
};
|
||||
} else if (/\/bootstrap-datepicker3.*\.css/.test(channelPath)) {
|
||||
return {
|
||||
'source': channelHost,
|
||||
'version': '1.9.0',
|
||||
'path': 'resources/bootstrap-datepicker/1.9.0/bootstrap-datepicker3.standalone.min.css',
|
||||
'bundle': ''
|
||||
};
|
||||
} else if (/\/bootstrap-datepicker.*\.css/.test(channelPath)) {
|
||||
return {
|
||||
'source': channelHost,
|
||||
'version': '1.9.0',
|
||||
'path': 'resources/bootstrap-datepicker/1.9.0/bootstrap-datepicker.standalone.min.css',
|
||||
'bundle': ''
|
||||
};
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
</div>
|
||||
<ul>
|
||||
<li>Fixed: Open changelog after an update (reported by email)</li>
|
||||
<li>Fixed: Selection of Bootstrap-Datepicker (<a href="https://codeberg.org/nobody/LocalCDN/issues/54">#54</a>)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Generate rule sets for uBlock or uMatrix
|
||||
|
|
Loading…
Reference in New Issue