CC-2253:Gap until show ends format

removed string 'seconds' at the end
This commit is contained in:
james 2011-05-30 16:10:20 -04:00
parent f7d37adfc6
commit e25e9d4d56
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 ){