adds a switch case to highlight bonfires' code in GitHub issues
This commit is contained in:
@@ -130,6 +130,7 @@ $(document).ready(function() {
|
||||
type = 'html';
|
||||
break;
|
||||
case challengeTypes.JAVASCRIPT:
|
||||
case challengeTypes.BONFIRE:
|
||||
type = 'javascript';
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user