Skip to content
Snippets Groups Projects
Commit 680f3337 authored by Austin King's avatar Austin King
Browse files

Merge pull request #1491 from mozilla/issue_1396_main_site_delay_screen

Start the delay screen and disable form modules for the main site.
parents f81d43bb 5d32fbc9
No related branches found
No related tags found
Loading
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment