Browse Source

resolve hrefs a bit later

Gildas 7 năm trước cách đây
mục cha
commit
dc404d7250
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

@@ -99,10 +99,10 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 			{ action: "resetCharsetMeta" },
 			{ action: "setInputValues" },
 			{ option: "insertFaviconLink", action: "insertFaviconLink" },
-			{ action: "resolveHrefs" },
 			{ action: "replaceCanvasElements" },
 			{ action: "insertFonts" },
 			{ option: "removeHiddenElements", action: "removeHiddenElements" },
+			{ action: "resolveHrefs" },
 			{ action: "resolveStyleAttributeURLs" }
 		],
 		parallel: [