improve landing page with Mark Howard

This commit is contained in:
Michael Q Larson
2014-11-30 19:05:06 -08:00
parent ec5fea2eaa
commit 73deffd707
5 changed files with 166 additions and 17 deletions

View File

@@ -1,5 +1,10 @@
$(document).ready(function() {
$('#chatbox').attr('src','https://gitter.im/FreeCodeCamp/FreeCodeCamp').on('load', function() {
$('html, body').removeClass('scroll-lock')
$(this).show();
});
var CSRF_HEADER = 'X-CSRF-Token';
var setCSRFToken = function(securityToken) {