Skip to content

Commit 44761bd

Browse files
committed
fixed jQuery version in sockettest.php
1 parent 7a75d84 commit 44761bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sockettest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<head>
2222
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
2323
<title>BrewPi socket message test page</title>
24-
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
24+
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
2525

2626
<script type="text/javascript">
2727
$(document).ready(function(){

0 commit comments

Comments
 (0)