Skip to content

Commit

Permalink
Update and remove libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed May 21, 2016
1 parent 728fe59 commit 5ab6ed5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 19 deletions.
6 changes: 2 additions & 4 deletions web/examples/connections.php
Expand Up @@ -79,10 +79,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" href="../media/css/layout.css" />

<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" />

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="../media/js/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
<script>
$(function () {

Expand Down
8 changes: 4 additions & 4 deletions web/examples/stationboard.html
Expand Up @@ -10,11 +10,11 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" href="../media/css/layout.css" />

<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.css">

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../media/js/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
<script>

$(function () {
Expand Down
1 change: 0 additions & 1 deletion web/media/js/dygraph-combined.js

This file was deleted.

4 changes: 0 additions & 4 deletions web/media/js/jquery-1.7.1.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions web/media/js/moment.min.js

This file was deleted.

0 comments on commit 5ab6ed5

Please sign in to comment.