Procházet zdrojové kódy

fixed script serialization issue on Firefox

Gildas před 7 roky
rodič
revize
45091f25c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      extension/core/bg/core.js

+ 1 - 1
extension/core/bg/core.js

@@ -59,7 +59,7 @@ singlefile.core = (() => {
 		],
 		loadDeferredImages: [
 			"/lib/lazy/content/content-lazy-loader.js",
-			() => this.lazyLoader.getScriptPath = path => browser.runtime.getURL(path)
+			function () { this.lazyLoader.getScriptPath = path => browser.runtime.getURL(path); }
 		],
 		removeAlternativeImages: [
 			"/lib/single-file/modules/html-images-alt-minifier.js"