Lint pass

pull/6979/head^2
Hallaathrad 2016-02-13 21:26:59 -05:00
parent fc94d7c201
commit cc2aa67bec
3 changed files with 3 additions and 3 deletions

View File

@ -358,7 +358,7 @@ $(document).ready(function() {
mapAside.attr({ mapAside.attr({
src: '/map-aside', src: '/map-aside',
scrolling: 'yes' scrolling: 'yes'
}); });
$('.map-aside .iframeWrapper').append(mapAside); $('.map-aside .iframeWrapper').append(mapAside);
main.isMapAsideLoad = true; main.isMapAsideLoad = true;
} }

View File

@ -177,7 +177,7 @@ module.exports = function(app) {
function privacy(req, res) { function privacy(req, res) {
res.render('resources/privacy', { res.render('resources/privacy', {
title: "Privacy policy" title: 'Privacy policy'
}); });
} }

View File

@ -66,7 +66,7 @@ export default function csp() {
'*.twitter.com', '*.twitter.com',
'*.ghbtns.com', '*.ghbtns.com',
'*.freecatphotoapp.com', '*.freecatphotoapp.com',
'freecodecamp.github.io' 'freecodecamp.github.io'
].concat(trusted) ].concat(trusted)
}, },
// set to true if you only want to report errors // set to true if you only want to report errors