mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-29 22:29:40 +02:00
some bugs
This commit is contained in:
parent
8086d2b2b1
commit
31aba06d45
10 changed files with 314 additions and 144 deletions
|
@ -90,8 +90,8 @@ LevelArbiter.prototype.validateLevel = function(level) {
|
|||
var requiredFields = [
|
||||
'name',
|
||||
'goalTreeString',
|
||||
'solutionCommand',
|
||||
'description'
|
||||
//'description',
|
||||
'solutionCommand'
|
||||
];
|
||||
|
||||
var optionalFields = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue