Commit 7e74064f authored by Sven Schneider's avatar Sven Schneider
Browse files

minor

parent f2dc20f7
Pipeline #3813 passed with stages
in 35 seconds
...@@ -511,7 +511,7 @@ $(function () { ...@@ -511,7 +511,7 @@ $(function () {
// return Math.max(a, b); // return Math.max(a, b);
// }); // });
const maxID = text[text.length - 2].ID; const maxID = text[text.length - 2].ID;
const StreamHeightOffset = 70; //120; const StreamHeightOffset = 90; //120;
//find out the unique ids within the streamID array //find out the unique ids within the streamID array
const uniqueStreamID = [...new Set(streamID)]; const uniqueStreamID = [...new Set(streamID)];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment