Changeset - 47d7bcbe5503
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-03-12 19:21:52
marcin@python-works.com
fixes count on main page broken after py2.5 compatibility fixes
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/index_base.html
Show inline comments
 
@@ -115,7 +115,7 @@
 
        </div>
 
    </div>
 
    <script>
 
      YUD.get('repo_count').innerHTML = ${cnt+1};
 
      YUD.get('repo_count').innerHTML = ${cnt};
 
      var func = function(node){
 
          return node.parentNode.parentNode.parentNode.parentNode;
 
      }
0 comments (0 inline, 0 general)