Skip to content

Commit d92d181

Browse files
Upgrade jQuery.
1 parent b5ef324 commit d92d181

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

views/layout.ejs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
<!-- Le styles -->
1111
<link href="/css/bootstrap/bootstrap.css" rel="stylesheet">
1212
<link href="/css/style.css" rel="stylesheet">
13-
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
13+
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
1414
<script src="http://code.highcharts.com/highcharts.js"></script>
1515
<script src="http://code.highcharts.com/modules/exporting.js"></script>
1616
<script src="/js/highcharts.js"></script>
1717
<script src="/socket.io/socket.io.js"></script>
1818

19-
2019
<script>
2120
var socket = io.connect(window.___location.hostname, {port: 3000});
2221
</script>
@@ -51,4 +50,4 @@
5150
<script type="text/javascript" src="/js/main.js"></script>
5251
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
5352
</body>
54-
</html>
53+
</html>

0 commit comments

Comments
 (0)