Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
neubot/www: index.html: Include all needed jqplot plugins
Browse files Browse the repository at this point in the history
From a bigger diff contributed by Alessio Palmero Aprosio.
  • Loading branch information
bassosimone committed Jan 11, 2011
1 parent 7b3a395 commit 4f44ecc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions neubot/www/index.html
Expand Up @@ -32,6 +32,14 @@

<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jquery-ui.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jqplot.cursor.min.js"></script>
<script type="text/javascript" src="js/jqplot.highlighter.min.js"></script>
<script type="text/javascript" src="js/jqplot.canvasTextRenderer.min.js"></script>
<script type="text/javascript" src="js/jqplot.canvasAxisTickRenderer.min.js"></script>
<script type="text/javascript" src="js/jqplot.categoryAxisRenderer.min.js"></script>
<!-- IE8 does not have Canvas! -->
<!--[if IE]><script language="javascript" type="text/javascript" src="jqplot/excanvas.js"></script><![endif]-->

<script src="js/jquery.qtip.js" type="text/javascript"></script>
<script src="js/jquery.jqplot.js" type="text/javascript"></script>

Expand Down

0 comments on commit 4f44ecc

Please sign in to comment.