Skip to content

Commit

Permalink
Bug fixed on presentation importation
Browse files Browse the repository at this point in the history
  • Loading branch information
agordillo committed Jan 23, 2015
1 parent 4ec2697 commit e22e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/VISH.Editor.Presentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ VISH.Editor.Presentation = (function(V,$,undefined){
slide.template = defaultTemplate;
}

if(element.type = V.Constant.QUIZ){
if(element.type == V.Constant.QUIZ){
slide.containsQuiz =true;
}

Expand Down

0 comments on commit e22e83d

Please sign in to comment.