summaryrefslogtreecommitdiff
path: root/print/templates
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-10 23:37:16 -0400
committerLex Neva <github.com@lexneva.name>2019-04-10 23:37:16 -0400
commit9ccf2f552be246f7912e9dc923f8da8ae47fe544 (patch)
tree334b9bea8e0837625e551431d06ad061a0a1e098 /print/templates
parent75fdfe22deddbfc8a875840cde48844207b7b76e (diff)
switch print pdf gui to electron
Diffstat (limited to 'print/templates')
-rw-r--r--print/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/templates/index.html b/print/templates/index.html
index d0ab848f..375fdc77 100644
--- a/print/templates/index.html
+++ b/print/templates/index.html
@@ -2,6 +2,8 @@
<html>
<head>
<title>Ink/Stitch Print Preview</title>
+ <!-- https://stackoverflow.com/a/37480521/4249120 -->
+ <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script src="resources/jquery-3.3.1.min.js"></script>
<script src="resources/inkstitch.js"></script>
<link rel="stylesheet" href="resources/style.css" />