From 5d32fbc9fcf160469259483fe9b8ece71cf4f269 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Tue, 24 Apr 2012 12:43:44 +0100
Subject: [PATCH] Start the delay screen and disable form modules for the main
 site.

The modules were added to the main site, but never started.

issue #1396
---
 resources/static/pages/start.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/resources/static/pages/start.js b/resources/static/pages/start.js
index f9a2da595..0fdebc814 100644
--- a/resources/static/pages/start.js
+++ b/resources/static/pages/start.js
@@ -36,7 +36,11 @@ $(function() {
   dom.addClass("body", "ready");
 
   moduleManager.register("xhr_delay", XHRDelay);
+  moduleManager.start("xhr_delay");
+
   moduleManager.register("xhr_disable_form", XHRDisableForm);
+  moduleManager.start("xhr_disable_form");
+
   if (!path || path === "/") {
     bid.index();
   }
-- 
GitLab