Gildas 7 lat temu
rodzic
commit
113e4b1648
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/single-file/single-file-core.js

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

@@ -1208,7 +1208,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 											} catch (error) {
 											} catch (error) {
 												// ignored
 												// ignored
 											}
 											}
-											if (token.type == "Url" && DOM.removeQuotes(tokenValue == originalResourceURL) {
+											if (token.type == "Url" && DOM.removeQuotes(tokenValue) == originalResourceURL) {
 												token.value.value = content;
 												token.value.value = content;
 											}
 											}
 										});
 										});