Skip to content

Commit

Permalink
Add Homepage redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonJPGinn committed May 12, 2024
1 parent 694ef9c commit d18dadd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conjugation/drill.js
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ $('window').ready(function () {
loadOptions();
restoreDefaults();

$('#go').click(startQuiz);
$('#go').on('click touchstart touchmove', startQuiz);
$('#defaults').click(restoreDefaults);
$('#backToStart').click(showSplash);

Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=conjugation/drill.html" />
</head>
<body>
<p>
<a href="conjugation/drill.html">Japanese Conjugation Drill</a>.
Expand Down

0 comments on commit d18dadd

Please sign in to comment.