Skip to content

Commit

Permalink
Lint pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallaathrad authored and Hallaathrad committed Feb 14, 2016
1 parent fc94d7c commit cc2aa67
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 cc2aa67

Please sign in to comment.