Ignore:
Timestamp:
Aug 7, 2014 5:37:02 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified pro-bachkim-filespace/sourcecode/assets/js/vstree.js

    r42 r45  
    289289                        this.createDir = function(data) {
    290290                                var cNode = $('#' + o.dirIDprefix + data.parentID).find('> A');
    291                                
    292291                                createNode({
    293292                                        id: data.id,
     
    296295                                        hidden: false,
    297296                                        addToJSONData:true});
    298                                
    299                                 //console.log($(o.container).find(cNode).parent().attr('id').substring(o.dirIDprefix.length, $(cNode).parent().attr('id').length));
    300297                        }
    301298
Note: See TracChangeset for help on using the changeset viewer.