Skip to content

Commit

Permalink
fix in fast forward
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsch committed Mar 11, 2015
1 parent be4fcd2 commit 4832ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/menu.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mainMenu.default <- function(e){

# expr, val, ok, and vis should have been set by the callback.
# The lesson's current row - could start after 1 if in 'test' mode
if(is(e, 'test')) {
if(is(e, 'test') || is(e, 'datacamp')) {
e$row <- e$test_from
} else {
e$row <- 1
Expand Down

0 comments on commit 4832ab6

Please sign in to comment.