diff --git a/core/shorthands.js b/core/shorthands.js index c160b692..196755d7 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -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; } diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 59770cb8..b0eb696c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,7 @@
Generate rule sets for uBlock or uMatrix