From dbc12d46ace84647d8f8959df32fc7050480dab1 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 5 Apr 2011 18:36:36 -0500 Subject: [PATCH] add data to finish() call to allow for actions --- www/extras/Fork/poll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extras/Fork/poll.js b/www/extras/Fork/poll.js index 5bb1a7761..6a86cb8c9 100644 --- a/www/extras/Fork/poll.js +++ b/www/extras/Fork/poll.js @@ -26,7 +26,7 @@ args.first(); } if (data.finished) { - args.finish(); + args.finish(data); } else { setTimeout(fetch, args.interval || 1000);