Skip to content

Commit

Permalink
MCKIN-12576 Pause videos on reviewNextStep (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirhjafri authored and xitij2000 committed Jan 3, 2020
1 parent 936a8fe commit 91e8529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions problem_builder/public/js/mentoring_with_steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ function MentoringWithStepsBlock(runtime, element) {

function reviewNextStep() {
jumpToReview(activeStepIndex+1);
stopVideos();
}

function handleTryAgain(result) {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Constants #########################################################

VERSION = '3.4.3'
VERSION = '3.4.4'

# Functions #########################################################

Expand Down

0 comments on commit 91e8529

Please sign in to comment.