Mercurial > hg
diff templates/graph.tmpl @ 6733:936a9073bb73
graph: fix JavaScript issues to make it work on IE
author | Benoit Allard <benoit@aeteurope.nl> |
---|---|
date | Wed, 25 Jun 2008 20:50:40 +0200 |
parents | 855851eae70f |
children | 248e54a9456e |
line wrap: on
line diff
--- a/templates/graph.tmpl Wed Jun 25 10:54:48 2008 +0200 +++ b/templates/graph.tmpl Wed Jun 25 20:50:40 2008 +0200 @@ -4,6 +4,7 @@ href="#url#atom-tags" title="Atom feed for #repo|escape#: tags"> <link rel="alternate" type="application/rss+xml" href="#url#rss-tags" title="RSS feed for #repo|escape#: tags"> +<!--[if IE]><script type="text/javascript" src="#staticurl#excanvas.js"></script><![endif]--> </head> <body> @@ -39,8 +40,8 @@ document.getElementById('noscript').style.display = 'none'; -data = {jsdata|json}; -graph = new Graph(); +var data = {jsdata|json}; +var graph = new Graph(); graph.scale({bg_height}); graph.edge = function(x0, y0, x1, y1, color) {