##// END OF EJS Templates
codecleaner
marcink -
r3453:853f1465 beta
parent child Browse files
Show More
@@ -86,11 +86,11 b' YUE.onDOMReady(function(){'
86 h_lines.push(parseInt(highlight_ranges[pos]));
86 h_lines.push(parseInt(highlight_ranges[pos]));
87 }
87 }
88 }
88 }
89 highlight_lines(h_lines);
89 highlight_lines(h_lines);
90 var _first_line= YUD.get('L'+h_lines[0]);
90 var _first_line= YUD.get('L'+h_lines[0]);
91 if(_first_line){
91 if(_first_line){
92 _first_line.scrollIntoView()
92 _first_line.scrollIntoView()
93 }
93 }
94 }
94 }
95
95
96 // select code link event
96 // select code link event
General Comments 0
You need to be logged in to leave comments. Login now