Hotfix ignore bonfireExecute on basejump challenges

pull/4255/merge
Berkeley Martinez 2015-11-08 20:12:56 -08:00
parent 8fe3a075bf
commit 9ca11ebed2
1 changed files with 3 additions and 2 deletions

View File

@ -1501,9 +1501,10 @@ $(document).ready(function() {
}
});
} else if (
common.challengeType !== '7' &&
common.challengeType !== '2' &&
common.challengeType !== '3'
common.challengeType !== '3' &&
common.challengeType !== '4' &&
common.challengeType !== '7'
) {
bonfireExecute(true);
}