hackmd-styles.cjs 526 B

12
  1. "use strict";const n="<%= styles %>";function s(){const e=document.createElement("style");e.appendChild(document.createTextNode(unescape(n))),document.getElementsByTagName("head")[0].appendChild(e)}(function(){if(window===window.parent){console.log("[GROWI] Loading styles for HackMD is not processed because currently not in iframe");return}console.log("[HackMD] Loading GROWI styles for HackMD..."),s(),console.log("[HackMD] GROWI styles for HackMD has successfully loaded.")})();
  2. //# sourceMappingURL=hackmd-styles.cjs.map