comparison rhodecode/templates/files/files_source.html @ 3539:c65b440540da beta

Style clean up, and comments removal.
author Leonardo Carneiro <leonardo@unity3d.com>
date Mon, 11 Mar 2013 16:43:41 +0100
parents 151a83be8ad5
children 260a7a01b054
comparison
equal deleted inserted replaced
3538:9bf927589f7a 3539:c65b440540da
84 } 84 }
85 else{ 85 else{
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
97 YUE.on('hlcode', 'mouseup', getSelectionLink); 97 YUE.on('hlcode', 'mouseup', getSelectionLink);
98 98