Gildas пре 4 година
родитељ
комит
3ad0f9548c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      extension/core/content/content-bootstrap.js

+ 1 - 1
extension/core/content/content-bootstrap.js

@@ -97,7 +97,7 @@ function init() {
 		pageAutoSaved = false;
 		previousLocationHref = location.href;
 		browser.runtime.sendMessage({ method: "tabs.init", savedPageDetected: detectSavedPage(document) }).catch(() => { });
-		browser.runtime.sendMessage({ method: "ui.processInit" }).catch(() => { });;
+		browser.runtime.sendMessage({ method: "ui.processInit" }).catch(() => { });
 	}
 }