Changeset - 151a83be8ad5
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-04 16:15:34
marcin@python-works.com
scrool into multi line selection in file view
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_source.html
Show inline comments
 
@@ -87,7 +87,10 @@ YUE.onDOMReady(function(){
 
            }
 
      }
 
    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)