Fix logic on basejump/ziplines
This commit is contained in:
@ -100,11 +100,11 @@ block content
|
||||
document.addEventListener('gitter-sidecar-ready', function(e) {
|
||||
if (window.main) {
|
||||
window.main.chat.createHelpChat(
|
||||
!{JSON.stringify(challengeType)} === 3 ?
|
||||
!{JSON.stringify(challengeType)} !== 3 ?
|
||||
'freecodecamp/helpZiplines' :
|
||||
'freecodecamp/helpBasejumps',
|
||||
'#challenge-help-btn',
|
||||
!{JSON.stringify(challengeType)} === 3 ?
|
||||
!{JSON.stringify(challengeType)} !== 3 ?
|
||||
'Zipline Help' :
|
||||
'Basejump Help'
|
||||
);
|
||||
|
Reference in New Issue
Block a user