summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Wuerthwein <fkw@ucsd.edu>2009-03-11 23:38:10 +0000
committerFrank Wuerthwein <fkw@ucsd.edu>2009-03-11 23:38:10 +0000
commitcab7f185508e46dd0a5e5f141525bfa94c12d7bf (patch)
tree7c15808a8cbcb2f871561d09f3e5d8361203d12c
parent7e35890409073ceea96247451ea19427657377cd (diff)
Use local copy of jquery and flot
-rw-r--r--src/examples/rrdJFlot.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html
index 4151926..eee0f51 100644
--- a/src/examples/rrdJFlot.html
+++ b/src/examples/rrdJFlot.html
@@ -17,9 +17,6 @@
Repository: http://code.google.com/p/flot/
- For this example we load the required scripts directly from their examples page.
- Production web pages should download their copy and serve them locally.
-
-->
<html>
@@ -29,9 +26,8 @@
<script type="text/javascript" src="../lib/rrdFlotSupport.js"></script>
<script type="text/javascript" src="../lib/rrdFlot.js"></script>
- <!-- Using jFlot example URL... never do this on production pages -->
- <script type="text/javascript" src="http://people.iola.dk/olau/flot/jquery.js"></script>
- <script type="text/javascript" src="http://people.iola.dk/olau/flot/jquery.flot.js"></script>
+ <script type="text/javascript" src="../../flot/jquery.js"></script>
+ <script type="text/javascript" src="../../flot/jquery.flot.js"></script>
<head>
<title>RRD Graphs with Flot</title>
</head>