Skip to content

Commit

Permalink
reverted changes to original html code
Browse files Browse the repository at this point in the history
  • Loading branch information
shraddha1313 committed Aug 3, 2023
1 parent b716eeb commit 555f3ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ <h1>What is your favorite place to travel?</h1>
<input name="submit" type="submit" value="submit"/>
</form>
<script type="text/javascript">
import typewriter from './analytics'
function identify(e){
e.preventDefault();
var form = e.target;
Expand All @@ -49,13 +48,6 @@ <h1>What is your favorite place to travel?</h1>
});
analytics.track('destination submitted', user , function() {
window.location.href = "";

typewriter.destinationSubmitted(
{
name: "asdasd",
destination: "asdasD",
email: "asdsa@gmail.com"
})
});
}
</script>
Expand Down
14 changes: 0 additions & 14 deletions typewriter.yml

This file was deleted.

0 comments on commit 555f3ac

Please sign in to comment.