Gildas пре 7 година
родитељ
комит
efc0c0e653
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      lib/single-file/single-file-core.js

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

@@ -1025,8 +1025,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 							if (dataURI.startsWith(prefixDataURI)) {
 								resourceElement.setAttribute(attributeName, dataURI);
 							} else {
-								debugger
-								// resourceElement.setAttribute(attributeName, EMPTY_DATA_URI);
+								resourceElement.setAttribute(attributeName, EMPTY_DATA_URI);
 							}
 						} catch (error) {
 							resourceElement.setAttribute(attributeName, EMPTY_DATA_URI);