Anton Bershanskiy před 3 roky
rodič
revize
bdc46fae6f
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  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) => {