Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 24, 2014
1 parent b38ae9e commit 875acb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/modules/installer/media/js/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $(function() {
return false;
}

if(currentIndex == 2 && newIndex == 3) {
if(currentIndex == 2 && newIndex > currentIndex) {
return check_connect();
}

Expand Down

0 comments on commit 875acb1

Please sign in to comment.