diff options
Diffstat (limited to 'examples/thresholding.html')
-rw-r--r-- | examples/thresholding.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/thresholding.html b/examples/thresholding.html index 10b5b2a..f10144a 100644 --- a/examples/thresholding.html +++ b/examples/thresholding.html @@ -3,8 +3,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Flot Examples</title> - <link href="layout.css" rel="stylesheet" type="text/css"></link> - <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]--> + <link href="layout.css" rel="stylesheet" type="text/css"> + <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]--> <script language="javascript" type="text/javascript" src="../jquery.js"></script> <script language="javascript" type="text/javascript" src="../jquery.flot.js"></script> <script language="javascript" type="text/javascript" src="../jquery.flot.threshold.js"></script> @@ -25,7 +25,7 @@ <input type="button" value="Threshold at -2.5"> </p> -<script id="source" language="javascript" type="text/javascript"> +<script type="text/javascript"> $(function () { var d1 = []; for (var i = 0; i <= 60; i += 1) |