diff --git a/app.js b/app.js index 60eb61b59..5d847f767 100644 --- a/app.js +++ b/app.js @@ -516,5 +516,8 @@ models.sequelize.sync().then(startListen); // log uncaught exception process.on('uncaughtException', function (err) { + logger.error('An uncaught exception has occured.'); logger.error(err); + logger.error('Process will exit now.'); + process.exit(1); }); \ No newline at end of file diff --git a/bower.json b/bower.json index 70973750d..d27cf55ac 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,7 @@ "dependencies": { "bootstrap": "~3.3.6", "jquery": "~1.11.3", - "font-awesome": "~4.6.0", + "font-awesome": "~4.6.2", "Ionicons": "ionicons#~2.0.1", "reveal.js": "~3.2.0", "gsap": "greensock#~1.18.0", diff --git a/public/views/body.ejs b/public/views/body.ejs index f0b62c288..5e183dc38 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -234,4 +234,5 @@ -<%- include modal %> \ No newline at end of file +<%- include signin-modal %> +<%- include help-modal %> \ No newline at end of file diff --git a/public/views/head.ejs b/public/views/head.ejs index cdc590489..ba78b9dcd 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -12,7 +12,7 @@ <% if(useCDN) { %> - + diff --git a/public/views/header.ejs b/public/views/header.ejs index ee89ddeb0..6629d3a43 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -1,7 +1,7 @@