CC-2253:Gap until show ends format
removed string 'seconds' at the end
This commit is contained in:
parent
f7d37adfc6
commit
e25e9d4d56
airtime_mvc/public/js/airtime/nowplaying
|
@ -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 ){
|
||||
|
|
Loading…
Reference in New Issue