Small fix for version info

This commit is contained in:
Knut Sveidqvist
2019-11-23 16:32:51 +01:00
parent d9e2be9d0d
commit c9de389acb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -13,6 +13,7 @@ export let mermaidVersion = pkg.version
onMount(async () => { onMount(async () => {
ga('send', 'pageview'); ga('send', 'pageview');
ga('send', 'event', 'version', mermaidVersion, mermaidVersion);
fromUrl(params.data); fromUrl(params.data);
}); });