Beta 1.8.2 (for testing)

This commit is contained in:
RainLoop Team 2015-03-06 21:11:41 +04:00
parent b6ca9e357e
commit 7750587be1
6 changed files with 16 additions and 14 deletions

View file

@ -252,7 +252,7 @@
if (-1 < iIndex)
{
aResult[0] = true;
aResult[1] = (iIndex + 1) + '&nbsp;/&nbsp;' + iLen;
aResult[1] = (iIndex + 1) + '/' + iLen;
aResult[2] = aThreads[iIndex];
aResult[3] = 0 < iIndex && aThreads[iIndex - 1] ? aThreads[iIndex - 1] : '';
aResult[4] = aThreads[iIndex + 1] ? aThreads[iIndex + 1] : '';