Skip to content

Commit

Permalink
Update jquery version for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Apr 7, 2017
1 parent 19083c5 commit 68ff692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="static/phpc.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<title>PHP Calendar Installation</title>
</head>
<body>
Expand Down

0 comments on commit 68ff692

Please sign in to comment.