Skip to content

Commit

Permalink
Move 3rd party javascript to it's own home fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
skarfacegc committed Feb 15, 2015
1 parent 3ff5477 commit 413cb1a
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions templates/FlowsForLast.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link type="text/css" href="/css/smoothness/jquery-ui-1.8.23.custom.css" rel="Stylesheet" />
<link type="text/css" href="/css/base.css" rel="Stylesheet" />

<script type="text/javascript" charset="utf8" src="/js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" charset="utf8" src="/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>
<script type="text/javascript" src="/js/dataTable.fnReloadAjax.js"></script>
<script type="text/javascript" src="/js/3rd-party/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="/js/3rd-party/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/js/3rd-party/jquery-ui-1.8.23.custom.min.js"></script>
<script type="text/javascript" src="/js/3rd-party/dataTable.fnReloadAjax.js"></script>

<script>
$(document).ready(function($)
Expand Down
10 changes: 5 additions & 5 deletions templates/index.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
FlowTrack
</title>

<script type="text/javascript" charset="utf8" src="/js/jquery-1.8.1.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/flot/jquery.flot.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/flot/jquery.flot.time.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/flot/jquery.flot.resize.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/jquery.sparkline.min.js"></script>
<script type="text/javascript" charset="utf8" src="/js/3rd-party/jquery-1.8.1.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/3rd-party/flot/jquery.flot.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/3rd-party/flot/jquery.flot.time.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/3rd-party/flot/jquery.flot.resize.min.js"> </script>
<script type="text/javascript" charset="utf8" src="/js/3rd-party/jquery.sparkline.min.js"></script>
<script type="text/javascript" charset="utf8" src="/js/graphs.js"> </script>

<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
Expand Down

0 comments on commit 413cb1a

Please sign in to comment.