浏览代码

Smaller diff

Anton Bershanskiy 3 年之前
父节点
当前提交
bdc46fae6f
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      Extensions/combined/ryd.background.js

+ 2 - 4
Extensions/combined/ryd.background.js

@@ -83,10 +83,8 @@ api.runtime.onInstalled.addListener((details) => {
       details.previousVersion === chrome.runtime.getManifest().version)
   )
     return;
-  api.tabs.create({
-    url: api.runtime.getURL("/changelog/3/changelog_3.0.html"),
-  });
-});
+  api.tabs.create({url: api.runtime.getURL("/changelog/3/changelog_3.0.html")});
+})
 
 async function sendVote(videoId, vote) {
   api.storage.sync.get(null, async (storageResult) => {