diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2010-02-26 03:33:17 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2010-02-26 03:33:17 +0000 |
commit | 15ad9968a79edd1884e437883983525919bb1a3a (patch) | |
tree | 0c1287c805d291095533be81a2c757282c19797a /src/examples/rrdJFlotTwo.html | |
parent | 6fd2a366d6fe35d6b4ffd7d71d3ac31de8af28ec (diff) |
Load also jquery.flot.selection.js. Needed for Flot 0.6
Diffstat (limited to 'src/examples/rrdJFlotTwo.html')
-rw-r--r-- | src/examples/rrdJFlotTwo.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/rrdJFlotTwo.html b/src/examples/rrdJFlotTwo.html index 9719dde..bd2a04b 100644 --- a/src/examples/rrdJFlotTwo.html +++ b/src/examples/rrdJFlotTwo.html @@ -31,6 +31,7 @@ <script type="text/javascript" src="../lib/rrdFlot.js"></script> <script type="text/javascript" src="../../flot/jquery.js"></script> <script type="text/javascript" src="../../flot/jquery.flot.js"></script> + <script type="text/javascript" src="../../flot/jquery.flot.selection.js"></script> <head> <title>RRD Graphs with Flot</title> </head> |