Skip to content

Commit 128e799

Browse files
committed
chore: update visualizer
1 parent 5f569ac commit 128e799

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

docker/src/server/public/index.html

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
content="OctoChemDB, natural products, high resolution mass spectra, mass defect, PubChem"
1313
/>
1414
<script
15-
data-main="https://www.lactame.com/visualizer/v2.154.1/init"
16-
src="https://www.lactame.com/visualizer/v2.154.1/components/requirejs/require.js"
15+
data-main="https://www.lactame.com/visualizer/v2.157.0/init"
16+
src="https://www.lactame.com/visualizer/v2.157.0/components/requirejs/require.js"
1717
></script>
1818
<style>
1919
#ci-visualizer {
@@ -23,27 +23,6 @@
2323
margin: 0;
2424
}
2525
</style>
26-
<script>
27-
/*
28-
* Do not remove. This is to make sure bluebird is correctly loaded
29-
* for browsers that don't have the Promise global.
30-
*/
31-
window.Promise = undefined;
32-
</script>
33-
<!-- Global site tag (gtag.js) - Google Analytics -->
34-
<script
35-
async
36-
src="https://www.googletagmanager.com/gtag/js?id=UA-2107380-2"
37-
></script>
38-
<script>
39-
window.dataLayer = window.dataLayer || [];
40-
function gtag() {
41-
dataLayer.push(arguments);
42-
}
43-
gtag('js', new Date());
44-
45-
gtag('config', 'UA-2107380-2');
46-
</script>
4726
</head>
4827
<body>
4928
<div

0 commit comments

Comments
 (0)