diff --git a/OConnor/resources/assay/ELISpot_OConnor/views/results.html b/OConnor/resources/assay/ELISpot_OConnor/views/results.html index ea5b3d7d..d24a2add 100644 --- a/OConnor/resources/assay/ELISpot_OConnor/views/results.html +++ b/OConnor/resources/assay/ELISpot_OConnor/views/results.html @@ -121,7 +121,7 @@ ] } - }).render(); + }); LABKEY.Query.selectRows({ diff --git a/OConnor/resources/assay/Lymphocyte/views/results.html b/OConnor/resources/assay/Lymphocyte/views/results.html index ffd58d6b..fbeabde1 100644 --- a/OConnor/resources/assay/Lymphocyte/views/results.html +++ b/OConnor/resources/assay/Lymphocyte/views/results.html @@ -12,7 +12,7 @@ ,dataRegionName: LABKEY.page.assay.name+" Data" ,frame: 'none' - }).render(); + }); });