diff --git a/client/main.js b/client/main.js index 256b37765b0e41..e38789ac6c53ef 100644 --- a/client/main.js +++ b/client/main.js @@ -358,7 +358,7 @@ $(document).ready(function() { mapAside.attr({ src: '/map-aside', scrolling: 'yes' - }); + }); $('.map-aside .iframeWrapper').append(mapAside); main.isMapAsideLoad = true; } diff --git a/server/boot/randomAPIs.js b/server/boot/randomAPIs.js index 8640be20400c40..eeb01d084abb2b 100644 --- a/server/boot/randomAPIs.js +++ b/server/boot/randomAPIs.js @@ -177,7 +177,7 @@ module.exports = function(app) { function privacy(req, res) { res.render('resources/privacy', { - title: "Privacy policy" + title: 'Privacy policy' }); } diff --git a/server/middlewares/csp.js b/server/middlewares/csp.js index 36829f2f1479c1..b64036275b2a67 100644 --- a/server/middlewares/csp.js +++ b/server/middlewares/csp.js @@ -66,7 +66,7 @@ export default function csp() { '*.twitter.com', '*.ghbtns.com', '*.freecatphotoapp.com', - 'freecodecamp.github.io' + 'freecodecamp.github.io' ].concat(trusted) }, // set to true if you only want to report errors