Skip to content

Commit

Permalink
change welcome page to AlignNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadAghaei committed Apr 19, 2019
1 parent fa73d1d commit f7be5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h5>If you are ready click “Get Started!” </h5>
// $('#btnStart').attr('href', '/' + snap.val());
// else
// $('#btnStart').attr('href', '/todoComplement');
$('#btnStart').attr('href', '/todo');
$('#btnStart').attr('href', '/AlignNumber');
// $('#btnStart').attr('href', '/todoComplementary');
setTimeout(function () {

Expand Down

0 comments on commit f7be5a0

Please sign in to comment.