adapt build

This commit is contained in:
jfh
2020-09-18 22:43:34 +02:00
parent 909a0634aa
commit 7f3b6ea2b0
21 changed files with 236 additions and 314 deletions

View File

@@ -16,16 +16,8 @@
<!-- SCRIPTS -->
<!-- As yet no ES6 Module support -->
<!--{if jquery_release}>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!{else}-->
<script src="jquery.min.js"></script>
<!--{endif}-->
<!-- As yet no ES6 Module support -->
<script src="jquery-ui/jquery-ui-1.8.17.custom.min.js"></script>
<!-- Lacking browser support -->
<script type="module" src="./redirect-on-lacking-support.js"></script>
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
@@ -38,14 +30,6 @@
document.head.appendChild(systemJsLoaderTag);
</script>
<!-- FEEDS -->
<link rel="alternate" type="application/atom+xml"
title="SVG-edit General Discussion"
href="https://groups.google.com/group/svg-edit/feed/atom_v1_0_msgs.xml"/>
<link rel="alternate" type="application/atom+xml"
title="SVG-edit Updates (Commits)"
href="https://github.com/SVG-Edit/svgedit/commits/master.atom"/>
<title>SVG-edit</title>
</head>
<body>