Skip to content
Snippets Groups Projects
Commit 260e35da authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

pass variable to function, fixes #1167

Closes #1167

Merge request studip/studip!716
parent 396c137e
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ STUDIP.ready(function () { ...@@ -19,7 +19,7 @@ STUDIP.ready(function () {
setTimeout(() => { setTimeout(() => {
calendar.updateSize(); calendar.updateSize();
if (ttl > 0) { if (ttl > 0) {
continuousRefresh(ttl - 1); continuousRefresh(calendar, ttl - 1);
} }
}, 200); }, 200);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment