Skip to content

Commit 009afad

Browse files
committed
Update smalltalk.view
1 parent c4d5ced commit 009afad

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%]?output=function", function(data) {
414414
update(data);
415415
is_running = false;
416416
}).done(function() {

0 commit comments

Comments
 (0)