fix missing dir/adv/addurl tabs

This commit is contained in:
Matt 2015-03-07 14:57:22 -08:00
parent c6a59d0810
commit 91af815558

View File

@ -728,9 +728,10 @@ bool printLeftColumnRocketAndTabs ( SafeBuf *sb ,
if ( isSearchResultsPage && i >= 5 ) break;
if ( i >= 1 && i <= 4 &&
cr->m_diffbotApiUrl.length()<= 0 )
continue;
// what was this for?
// if ( i >= 1 && i <= 4 &&
// cr->m_diffbotApiUrl.length() >= 0 )
// continue;
char delim = '?';
if ( strstr ( mi[i].m_url,"?") ) delim = '&';