adds a switch case to highlight bonfires' code in GitHub issues

This commit is contained in:
Arsen Melikyan
2015-09-19 15:58:58 +04:00
parent 5d3b3c0b51
commit 8424fef76f

View File

@@ -130,6 +130,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: