Skip to content

Commit 30b6470

Browse files
committed
Remove v3 changelog
1 parent 7e8873b commit 30b6470

File tree

4 files changed

+0
-94
lines changed

4 files changed

+0
-94
lines changed

background.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
1616
chrome.pageAction.onClicked.addListener(function (tab) {
1717
chrome.tabs.executeScript(null, {file: 'toggle-layout.js'});
1818
});
19-
20-
chrome.runtime.onInstalled.addListener(function (details) {
21-
if (details.reason == "update" && parseFloat(details.previousVersion) < 3) {
22-
chrome.tabs.create({'url': chrome.extension.getURL('changelog/changelog.html')});
23-
}
24-
});

changelog/changelog.html

Lines changed: 0 additions & 88 deletions
This file was deleted.

changelog/screenshot-after.png

-271 KB
Binary file not shown.

changelog/screenshot-before.png

-271 KB
Binary file not shown.

0 commit comments

Comments
 (0)