templates/coal/graph.tmpl
changeset 7124 63579aa36c8e
parent 6905 248e54a9456e
child 7299 288dda59233c
--- a/templates/coal/graph.tmpl	Sat Oct 18 15:49:15 2008 +0200
+++ b/templates/coal/graph.tmpl	Sat Oct 18 16:09:07 2008 +0200
@@ -40,7 +40,7 @@
 | {changenav%navgraphentry}
 </div>
 
-<div id="noscript">The revision graph only works with JavaScript-enabled browsers.</div>
+<noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
 
 <div id="wrapper">
 <ul id="nodebgs"></ul>
@@ -52,8 +52,6 @@
 <script type="text/javascript">
 <!-- hide script content
 
-document.getElementById('noscript').style.display = 'none';
-
 var data = {jsdata|json};
 var graph = new Graph();
 graph.scale({bg_height});