Selection of Bootstrap-Datepicker fixed (#54)

This commit is contained in:
nobody 2020-07-13 18:50:13 +02:00
parent abcbf09257
commit 95d08053a3
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 15 additions and 0 deletions

View File

@ -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;
}

View File

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