1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Prepared v2.4.1

This commit is contained in:
nobody
2020-09-19 08:01:31 +02:00
parent 6dc5d75372
commit 66e4e8dd6f
6 changed files with 34 additions and 95 deletions

View File

@@ -81,13 +81,10 @@ main._showReleaseNotes = function (details) {
[Setting.LAST_MAPPING_UPDATE]: lastMappingUpdate
}, function() {
if (!items.hideReleaseNotes) {
// ********************************************************************************
// TODO: Change me in v2.4.1
// chrome.tabs.create({
// 'url': chrome.extension.getURL('pages/updates/updates.html?mappingupdate=' + mappingUpdate),
// 'active': false
// });
// ********************************************************************************
chrome.tabs.create({
'url': chrome.extension.getURL('pages/updates/updates.html?mappingupdate=' + mappingUpdate),
'active': false
});
}
});
} else {