Merge branch 'cc-2253-gap-until-show-ends-format' into devel
This commit is contained in:
commit
0014c3718e
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