Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
zhm committed Jul 8, 2012
1 parent 217475d commit 406e113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/choicemaker.js
Expand Up @@ -59,7 +59,7 @@ $(function() {
} while (diff--);

if (!theParent)
theParent = currentNode;
theParent = classificationSet;
else
theParent = theParent.parent;

Expand Down

0 comments on commit 406e113

Please sign in to comment.