Skip to content

Commit

Permalink
[web] this should fix issue #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydonald committed Nov 10, 2016
1 parent 53ef8c8 commit 6633e47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/web/src/node-handling.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function toggleBigSmall(element, otherElements) {
return;
} else {
otherClasses.remove('reduced');
//toggleDisplayForChildren(otherElements[i]);
}
}
} else {
Expand All @@ -38,7 +37,6 @@ function toggleBigSmall(element, otherElements) {
return;
} else {
otherClasses.add('reduced');
toggleDisplayForChildren(otherElements[i]);
}
}
}
Expand Down

0 comments on commit 6633e47

Please sign in to comment.