templates/gitweb/graph.tmpl
changeset 6729 855851eae70f
parent 6728 84294e3710b8
child 6733 936a9073bb73
--- a/templates/gitweb/graph.tmpl	Tue Jun 24 10:08:32 2008 +0200
+++ b/templates/gitweb/graph.tmpl	Tue Jun 24 10:18:03 2008 +0200
@@ -42,8 +42,9 @@
 
 <script type="text/javascript" src="#staticurl#graph.js"></script>
 <script>
+<!-- hide script content
 
-document.getElementById('noscript').style.visibility = 'hidden';
+document.getElementById('noscript').style.display = 'none';
 
 data = {jsdata|json};
 graph = new Graph();
@@ -107,6 +108,8 @@
 }
 
 graph.render(data);
+
+// stop hiding script -->
 </script>
 
 <div class="page_nav">