673f0be0f4a353fe2f64bad5623da55b9c2ee9eb
braney
  Wed May 1 15:17:00 2019 -0700
add yet another bigLolly to an if statement

diff --git src/hg/lib/hui.c src/hg/lib/hui.c
index 3e85bec..71f92cd 100644
--- src/hg/lib/hui.c
+++ src/hg/lib/hui.c
@@ -8780,30 +8780,31 @@
 	{
 	conn =  hAllocConn(CUSTOM_TRASH);
 	tableName = ct->dbTableName;
 	}
     }
 else if (startsWith("big", tdb->type))
     {
     char *tableName = hTableForTrack(database, tdb->table);
     struct sqlConnection *conn =  hAllocConnTrack(database, tdb);
     char *bbiFileName = bbiNameFromSettingOrTable(tdb, conn, tableName);
     hFreeConn(&conn);
     struct bbiFile *bbi = NULL;
     if (startsWith("bigBed", tdb->type) || sameString("bigBarChart", tdb->type) 
         || sameString("bigMaf", tdb->type) || sameString("bigPsl", tdb->type)
         || sameString("bigChain", tdb->type) || sameString("bigGenePred", tdb->type)
+        || sameString("bigLolly", tdb->type)
         || sameString("bigInteract", tdb->type))
 	bbi = bigBedFileOpen(bbiFileName);
     else if (startsWith("bigWig", tdb->type))
 	bbi = bigWigFileOpen(bbiFileName);
     time_t timep = 0;
     if (bbi)
 	{
 	timep = bbiUpdateTime(bbi);
 	bbiFileClose(&bbi);
 	}
     printBbiUpdateTime(&timep);
     }
 else
     {
     tableName = hTableForTrack(database, tdb->table);