Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing jquery execution of the script #329

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/lesson3/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<link rel="stylesheet" href="style.css">

<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<header>
Expand All @@ -23,5 +22,6 @@ <h1>Wish List</h1>
<footer>
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion js/lesson3/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Alternatively, if you've already learned how to use git and would like
to use it here, you can clone this repo:

```bash
git clone https://gist.github.com/309f684b7a6e002aaf1f.git wishlist
git clone https://gist.github.com/borellvi/f6ea22aa8549a04c7409193f9d2bfd2d wishlist
```

The files that you start with don't really do anything, so let's
Expand Down