diff --git a/static/js/app.js b/static/js/app.js index 02d5122c..4bfa04da 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -179,7 +179,7 @@ define([ }); } else { // No need to load english as this is built in. - bootstrap(); + _.defer(bootstrap); } });