summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/index.html b/index.html
index ed6ec70..3db6594 100644
--- a/index.html
+++ b/index.html
@@ -44,12 +44,9 @@
* Setup chart date range controls and all charts
**/
- var p = new jarmon.Parallimiter(1);
+ var p = new jarmon.Parallimiter(2);
function serialDownloader(url) {
- return p.addCallable(
- function() {
- return jarmon.downloadBinary(url);
- });
+ return p.addCallable(jarmon.downloadBinary, [url]);
}
// Extract the chart template from the page