Changes

Jump to navigation Jump to search
m
no edit summary
Line 109: Line 109:  
           textInput = [];
 
           textInput = [];
 
       var ii;
 
       var ii;
       if ( check( person, rel_C ) != undefined ) {
+
       if ( check( person, rel_C ) !== undefined ) {
 
         for ( var i = 0 ; i < check( person, rel_C ).length; i++ ) {
 
         for ( var i = 0 ; i < check( person, rel_C ).length; i++ ) {
 
           if ( check( person, rel_C + '.' + i) != undefined ) {
 
           if ( check( person, rel_C + '.' + i) != undefined ) {
530

edits

Navigation menu