Browse Source

Defer bootstrap also when loading no translation to make sure plugins are loaded first.

pull/45/head
Simon Eisenmann 11 years ago
parent
commit
12d4fd67b6
  1. 2
      static/js/app.js

2
static/js/app.js

@ -179,7 +179,7 @@ define([
}); });
} else { } else {
// No need to load english as this is built in. // No need to load english as this is built in.
bootstrap(); _.defer(bootstrap);
} }
}); });

Loading…
Cancel
Save