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

Unused variable removed

This commit is contained in:
nobody
2020-07-24 09:27:53 +02:00
parent 1a3ec35ab6
commit 2ab75f5b68

View File

@@ -75,8 +75,6 @@ main._showReleaseNotes = function (details) {
[Setting.LAST_MAPPING_UPDATE]: lastMappingUpdate [Setting.LAST_MAPPING_UPDATE]: lastMappingUpdate
}, function() { }, function() {
previousVersion = details.previousVersion;
if (details.temporary !== true) { if (details.temporary !== true) {
chrome.storage.sync.get([Setting.HIDE_RELEASE_NOTES], function (items) { chrome.storage.sync.get([Setting.HIDE_RELEASE_NOTES], function (items) {