Skip to content

Commit

Permalink
#37 Remain on completed puzzle if user does not want to play anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyrne01 committed Dec 31, 2013
1 parent 25f4db3 commit 0d8f236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WebContent/js/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ var ImagePuzzle_Utils = {
},
{
text: "No", click: function() {
window.location = "index.html" ;
$(this).dialog("close");
}
}
Expand Down

0 comments on commit 0d8f236

Please sign in to comment.