Merge pull request #6128 from bugron/fix/remove-unneeded-code

Remove unused code
This commit is contained in:
Rex Schrader
2016-01-13 09:49:13 -08:00
2 changed files with 0 additions and 7 deletions

View File

@ -109,7 +109,3 @@ block content
window.main.chat.createHelpChat('freecodecamp/helpbonfires', '#challenge-help-btn', 'Bonfires Help');
}
});
if (!!{JSON.stringify(MDNlinks.length)}) {
$('#MDN-links').addClass('collapse');
}

View File

@ -98,9 +98,6 @@ block content
include ../partials/challenge-footer
script.
if (!!{JSON.stringify(MDNlinks.length)}) {
$('#MDN-links').addClass('collapse');
}
document.addEventListener('gitter-sidecar-ready', function(e) {
if (window.main) {
window.main.chat.createHelpChat('freecodecamp/help', '#challenge-help-btn');