Anton Bershanskiy il y a 3 ans
Parent
commit
bdc46fae6f
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  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) => {