##// END OF EJS Templates
fixes count on main page broken after py2.5 compatibility fixes
marcink -
r2121:47d7bcbe beta
parent child Browse files
Show More
@@ -115,7 +115,7 b''
115 </div>
115 </div>
116 </div>
116 </div>
117 <script>
117 <script>
118 YUD.get('repo_count').innerHTML = ${cnt+1};
118 YUD.get('repo_count').innerHTML = ${cnt};
119 var func = function(node){
119 var func = function(node){
120 return node.parentNode.parentNode.parentNode.parentNode;
120 return node.parentNode.parentNode.parentNode.parentNode;
121 }
121 }
General Comments 0
You need to be logged in to leave comments. Login now