Skip to content

Commit a38527e

Browse files
committed
Use jquery-github not minified
1 parent 711c998 commit a38527e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>jQuery Github</h1>
3535
<img id="github-logo" src="img/github-cat.png" alt="Github Cat" />
3636

3737
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
38-
<script src="../dist/jquery.github.min.js"></script>
38+
<script src="../src/jquery.github.js"></script>
3939

4040
<script>
4141
$("[data-repo]").github();

0 commit comments

Comments
 (0)