Skip to content

Commit

Permalink
One more jQuery reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgen committed Apr 20, 2014
1 parent a7ba0f8 commit 60980c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/chatbox/history/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>YShout: History</title>
<script type="text/javascript" src="../js/jquery.js"></script>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="js/history.js"></script>

<link rel="stylesheet" href="../example/css/example.yshout.css" />
Expand Down

0 comments on commit 60980c8

Please sign in to comment.