Skip to content

Commit

Permalink
Merge pull request #2 from hallaathrad/fix/update-about
Browse files Browse the repository at this point in the history
Lint pass
  • Loading branch information
QuincyLarson committed Feb 14, 2016
2 parents fc94d7c + cc2aa67 commit 8287129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/main.js
Expand Up @@ -358,7 +358,7 @@ $(document).ready(function() {
mapAside.attr({
src: '/map-aside',
scrolling: 'yes'
});
});
$('.map-aside .iframeWrapper').append(mapAside);
main.isMapAsideLoad = true;
}
Expand Down
2 changes: 1 addition & 1 deletion server/boot/randomAPIs.js
Expand Up @@ -177,7 +177,7 @@ module.exports = function(app) {

function privacy(req, res) {
res.render('resources/privacy', {
title: "Privacy policy"
title: 'Privacy policy'
});
}

Expand Down
2 changes: 1 addition & 1 deletion server/middlewares/csp.js
Expand Up @@ -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
Expand Down

0 comments on commit 8287129

Please sign in to comment.