Explorar o código

fix double ";"

Gildas %!s(int64=4) %!d(string=hai) anos
pai
achega
3ad0f9548c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(() => { });
 	}
 }