Skip to content

Commit

Permalink
Update Javascript Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored and leoherzog committed Dec 15, 2016
1 parent 5f2d561 commit 4012a59
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<link href="//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/readable/bootstrap.min.css" rel="stylesheet">
Expand Down Expand Up @@ -37,11 +38,14 @@
text-overflow: ellipsis;
white-space: nowrap;
}
#forecast {
width: 100vw;
}
</style>

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.15.0/moment.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js"></script>

<?!= include('config'); ?>
<?!= include('freebusy'); ?>
Expand Down Expand Up @@ -103,4 +107,3 @@

</body>
</html>

0 comments on commit 4012a59

Please sign in to comment.