From 940b792d21d444bf92b20eea57fd43c5d2eb77e9 Mon Sep 17 00:00:00 2001 From: Timothy Prepscius Date: Fri, 4 Oct 2013 23:26:52 -0400 Subject: [PATCH] makes dispatching happen again --- web/WebContent/js/mDispatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/WebContent/js/mDispatch.js b/web/WebContent/js/mDispatch.js index fdcf413..a0dcc24 100644 --- a/web/WebContent/js/mDispatch.js +++ b/web/WebContent/js/mDispatch.js @@ -154,4 +154,4 @@ mDispatch = { }, }; -// $(document).ready(setTimeout(function() { mDispatch.startWorker(); }, 250)); +$(document).ready(setTimeout(function() { mDispatch.startWorker(); }, 250));