Skip to content
Snippets Groups Projects
Commit 515f7b77 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

fix

parent 3a4c4f92
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@
const mappingDict = {};
const globalUserOptions = {};
const globalFillingOrder = {};
let globalMaintenanceSystems = [];
const initIncidents = {{ incidents | tojson }};
const incidentsmapping = {
"JSCCLOUD": "JSC-Cloud"
......
......@@ -38,6 +38,7 @@
<script>
var evtSource = undefined;
var testCounter = 0;
let globalMaintenanceSystems = [];
function sseInit() {
let sseUrl = `${jhdata.base_url}api/sse`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment