Skip to content

Commit

Permalink
Follow up fix for issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-io committed Apr 27, 2012
1 parent f7af129 commit 307f0e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ function onKeyUp(event)
resetEditedObject();
positionDeleteButton()
hideEditorBox();
$("#play").css("visibility", "hidden")

}
else if(event.keyCode == 27)
Expand All @@ -884,6 +885,8 @@ function onKeyUp(event)
resetEditedObject();
positionDeleteButton();
hideEditorBox();
$("#play").css("visibility", "hidden")


}
}
Expand Down

0 comments on commit 307f0e4

Please sign in to comment.