소스 검색

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) => {