Remove the remains of the old bundle paths
This commit is contained in:
parent
553b65556a
commit
ae50a1abd8
3 changed files with 0 additions and 6 deletions
|
|
@ -5,7 +5,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{ template "title" . }} - Report Mosquitoes Online</title>
|
||||
<link rel="icon" href="/static/ico/favicon-rmo.ico" type="image/x-icon" />
|
||||
<link href="{{ bundlePathCSS }}" rel="stylesheet" />
|
||||
{{ block "extraheader" . }}{{ end }}
|
||||
<script>
|
||||
var tooltipByElementId = {};
|
||||
|
|
@ -36,6 +35,5 @@
|
|||
<body>
|
||||
{{ template "content" . }}
|
||||
{{ template "rmo/component/footer.html" . }}
|
||||
<script src="{{ bundlePathJS }}" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Nidus Sync</title>
|
||||
<link rel="icon" href="/static/ico/favicon-sync.ico" type="image/x-icon" />
|
||||
<link href="{{ bundlePathCSS }}" rel="stylesheet" />
|
||||
{{ if not .Config.IsProductionEnvironment }}
|
||||
<script src="/.flogo/injector.js"></script>
|
||||
{{ end }}
|
||||
|
|
@ -15,6 +14,5 @@
|
|||
{{ if not .Config.IsProductionEnvironment }}
|
||||
<div id="flogo"></div>
|
||||
{{ end }}
|
||||
<script src="{{ bundlePathJS }}" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,11 +4,9 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{ template "title" . }} - Nidus Sync</title>
|
||||
<link href="{{ bundlePathCSS }}" rel="stylesheet" />
|
||||
<!-- Fontawesome Icons -->
|
||||
<link rel="icon" href="/static/ico/favicon-sync.ico" type="image/x-icon" />
|
||||
<script src="/static/js/events.js"></script>
|
||||
<script src="{{ bundlePathJS }}"></script>
|
||||
{{ block "extraheader" . }}{{ end }}
|
||||
{{ if not .Config.IsProductionEnvironment }}
|
||||
<script src="/.flogo/injector.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue