mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Release notes: Open new tab in background
This commit is contained in:
@@ -112,7 +112,7 @@ main._showReleaseNotes = function (details) {
|
||||
if (!items.hideReleaseNotes) {
|
||||
chrome.tabs.create({
|
||||
'url': updateAdBlockerRules,
|
||||
'active': true
|
||||
'active': false
|
||||
});
|
||||
}
|
||||
});
|
||||
|
@@ -25,6 +25,7 @@
|
||||
<ul>
|
||||
<li>Updated: jQueryUI to v1.12.1</li>
|
||||
<li>Added: MooTools v1.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/32">#32</a>)</li>
|
||||
<li>Release notes: Open new tab in background (<a href="https://addons.mozilla.org/addon/localcdn-fork-of-decentraleyes/reviews/1554950/">Review</a>)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Please update your uBlock/uMatrix rules
|
||||
|
Reference in New Issue
Block a user