Subversion Repositories DevTools

Rev

Rev 6427 | Rev 6480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6427 Rev 6428
Line 112... Line 112...
112
               if ( txt.indexOf(dir) == 0 )
112
               if ( txt.indexOf(dir) == 0 )
113
               {
113
               {
114
                   isHidden = tr.hasClass('tag-isHidden');
114
                   isHidden = tr.hasClass('tag-isHidden');
115
                   tr.toggleClass('tag-isHidden');
115
                   tr.toggleClass('tag-isHidden');
116
                   found = true;
116
                   found = true;
-
 
117
                   dir += '/';
117
               }
118
               }
118
           } else {
119
           } else {
119
               if ( txt.indexOf(dir)  < 0 ) return false;
120
               if ( txt.indexOf(dir)  < 0 ) return false;
120
               if ( isHidden ) {
121
               if ( isHidden ) {
121
                   tr.removeClass('display-none');
122
                   tr.removeClass('display-none');
Line 456... Line 457...
456
                        dClass = "tag-isDir"
457
                        dClass = "tag-isDir"
457
                         If NOT isHidden Then
458
                         If NOT isHidden Then
458
                             For Each item in knownDirs
459
                             For Each item in knownDirs
459
                                If filePath = item Then
460
                                If filePath = item Then
460
                                    isHidden = TRUE
461
                                    isHidden = TRUE
461
                                    hiddenBase = filePath
462
                                    hiddenBase = filePath & "/"
462
                                    bFirst = TRUE
463
                                    bFirst = TRUE
463
                                    Exit For
464
                                    Exit For
464
                                End If
465
                                End If
465
                            Next
466
                            Next
466
                         End If
467
                         End If