Subversion Repositories DevTools

Rev

Rev 7292 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7292 Rev 7337
Line 90... Line 90...
90
}
90
}
91
 
91
 
92
$( document ).ready(function() {
92
$( document ).ready(function() {
93
 
93
 
94
    // Open / Close directory elements
94
    // Open / Close directory elements
95
    $('#fileList tr:not(:first-child) td:first-child').click(function() {
95
    $('#fileList tr td:first-child').click(function() {
96
 
96
 
97
       // Calculate the text name of the parent directory
97
       // Calculate the text name of the parent directory
98
       var tr = $(this.closest('tr'));
98
       var tr = $(this.closest('tr'));
99
       var dir =  tr.data('path') || '';
99
       var dir =  tr.data('path') || '';
100
       if ( ! tr.hasClass('tag-isDir') ) {
100
       if ( ! tr.hasClass('tag-isDir') ) {