6be66cbb52c9d2e9501d306af36bbce241008753
braney
  Mon Jun 10 17:58:24 2019 -0700
bigLolly has words after it so a type check needs to be startsWith()

diff --git src/hg/lib/hui.c src/hg/lib/hui.c
index 2060a93..4711659 100644
--- src/hg/lib/hui.c
+++ src/hg/lib/hui.c
@@ -8791,31 +8791,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)
+        || startsWith("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);