Initiate events connection on all authenticated pages

This commit is contained in:
Eli Ribble 2026-03-13 00:03:23 +00:00
parent 44c4f17f32
commit f29047f723
No known key found for this signature in database
2 changed files with 41 additions and 49 deletions

View file

@ -60,6 +60,7 @@
setTooltipsForSidebar();
});
</script>
<script src="/static/js/events.js"></script>
{{ if not .Config.IsProductionEnvironment }}
<script src="/.flogo/injector.js"></script>
{{ end }}