Merge branch 'cc-2253-gap-until-show-ends-format' into devel

This commit is contained in:
james 2011-05-30 16:10:38 -04:00
commit 0014c3718e
1 changed files with 1 additions and 1 deletions
airtime_mvc/public/js/airtime/nowplaying

View File

@ -181,7 +181,7 @@ function createDataGrid(){
var nCell = document.createElement('td');
nCell.colSpan = iColspan;
nCell.className = "gap";
nCell.innerHTML = "Gap until show end: " + gapTimeFormat + " seconds";
nCell.innerHTML = "Gap until show end: " + gapTimeFormat;
nGroup.appendChild(nCell);
nTrs[i].parentNode.replaceChild(nGroup, nTrs[i]);
} else if ( sType.indexOf("r") != -1 ){