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:
11
core/main.js
11
core/main.js
@@ -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 {
|
||||
|
Reference in New Issue
Block a user