Remove unused code

pull/6128/head
Arsen Melikyan 2016-01-13 21:36:21 +04:00
parent a346758710
commit c34e8a7783
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');