Skip to content

Commit 4289184

Browse files
committed
Update smalltalk.view
1 parent 6147112 commit 4289184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/smalltalk.view

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
function autoupdate() {
411411
if(!is_running) {
412412
is_running = true;
413-
$.getJSON( "[%LINK:talk/update%]", function(data) {
413+
$.getJSON( "[%LINK:talk/update%]/{%meeting_code%}/{%session_id%}", function(data) {
414414
update(data);
415415
is_running = false;
416416
}).done(function() {

0 commit comments

Comments
 (0)