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 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_source.html
Show inline comments
 
@@ -86,8 +86,11 @@ YUE.onDOMReady(function(){
 
                h_lines.push(parseInt(highlight_ranges[pos]));
 
            }
 
      }
 
    highlight_lines(h_lines);
 

	
 
	  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)