diff --git a/src/templates/indexBootstrap.js b/src/templates/indexBootstrap.js
index faf6702e6..6836a460a 100644
--- a/src/templates/indexBootstrap.js
+++ b/src/templates/indexBootstrap.js
@@ -3,4 +3,5 @@
window.$ = window.jQuery = require('ep_etherpad-lite/static/js/rjquery').jQuery;
require('ep_etherpad-lite/static/js/l10n')
require('ep_etherpad-lite/static/js/index')
+ require('ep_etherpad-lite/static/js/welcome')
})()