mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-18 12:50:49 +01:00
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',
|
'path': 'resources/google-material-design-icons/google-material-design-icons.css',
|
||||||
'bundle': ''
|
'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 {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed: Open changelog after an update (reported by email)</li>
|
<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>
|
</ul>
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
Generate rule sets for uBlock or uMatrix
|
Generate rule sets for uBlock or uMatrix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user