Changeset - 853f1465b314
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-04 18:46:02
marcin@python-works.com
codecleaner
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_source.html
Show inline comments
 
@@ -86,11 +86,11 @@ YUE.onDOMReady(function(){
 
                h_lines.push(parseInt(highlight_ranges[pos]));
 
            }
 
      }
 
	  highlight_lines(h_lines);
 
	  var _first_line= YUD.get('L'+h_lines[0]);
 
	  if(_first_line){
 
		  _first_line.scrollIntoView()
 
	  }
 
      highlight_lines(h_lines);
 
      var _first_line= YUD.get('L'+h_lines[0]);
 
      if(_first_line){
 
          _first_line.scrollIntoView()
 
      }
 
    }
 

	
 
    // select code link event
0 comments (0 inline, 0 general)