Merge pull request #3360 from bugron/fix/highlight-bonfire_code_in-GitHub_issues
Adds a switch case to highlight bonfires' code in GitHub issues
This commit is contained in:
@ -142,6 +142,7 @@ $(document).ready(function() {
|
|||||||
type = 'html';
|
type = 'html';
|
||||||
break;
|
break;
|
||||||
case challengeTypes.JAVASCRIPT:
|
case challengeTypes.JAVASCRIPT:
|
||||||
|
case challengeTypes.BONFIRE:
|
||||||
type = 'javascript';
|
type = 'javascript';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user