Changes

Jump to navigation Jump to search
m
no edit summary
Line 14: Line 14:  
                     temporary_obj = [];
 
                     temporary_obj = [];
 
                     baseRelation = checkdive( container.main, rel_id_list[item][0] );
 
                     baseRelation = checkdive( container.main, rel_id_list[item][0] );
                     rise( temporary_obj, depthdive( baseRelation, paths ));
+
                     rise( temporary_obj, checkdive( baseRelation, paths ));
 
                     if ( Object.keys(temporary_obj).length > 0 ) {
 
                     if ( Object.keys(temporary_obj).length > 0 ) {
 
                         Object.keys(temporary_obj).forEach( function (hit) {
 
                         Object.keys(temporary_obj).forEach( function (hit) {
530

edits

Navigation menu