Changeset - 59b7131c15b1
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-02-12 18:16:15
marcin@python-works.com
removed console log from tempalte that breaks the js
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_source.html
Show inline comments
 
@@ -46,7 +46,6 @@
 
       <script type="text/javascript">
 
           function highlight_lines(lines){
 
               for(pos in lines){
 
                   console.log('L'+lines[pos]);
 
                 YUD.setStyle('L'+lines[pos],'background-color','#FFFFBE');                       
 
               }              
 
           }       
0 comments (0 inline, 0 general)