Changeset 22649


Ignore:
Timestamp:
02/09/10 12:29:34 (17 months ago)
Author:
dbutano
Message:

added a check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mnw21/pathquery_refactor/intermine/webapp/main/resources/webapp/js/queryBuilder.js

    r22647 r22649  
    1212        //attribute6 attribute value  
    1313        //attribute7 options 
     14        //LIKE or NOT LIKE or LOOKUP 
    1415        if (document.getElementById("attribute5")) { 
    1516            if (document.getElementById("attribute5").value == '6' 
     
    2627                if (document.getElementById("multiValue"))  
    2728                    document.getElementById("multiValue").style.display = 'inline'; 
    28                 document.getElementById("attribute6").style.display = 'none'; 
    29                   if (document.getElementById("attribute7"))  
     29                if(document.getElementById("attribute6")) 
     30                    document.getElementById("attribute6").style.display = 'none'; 
     31                if (document.getElementById("attribute7"))  
    3032                      document.getElementById("attribute7").style.display = 'none'; 
    3133              } else { 
Note: See TracChangeset for help on using the changeset viewer.