CC-3174 : showbuilder
adding timeout for the now playing song, as well as polling every 20 seconds.
This commit is contained in:
parent
f4fac98221
commit
59b7f4ab56
2 changed files with 1 additions and 4 deletions
|
@ -155,5 +155,5 @@ $(document).ready(function(){
|
|||
setInterval(function(){
|
||||
var oTable = $('#show_builder_table').dataTable();
|
||||
oTable.fnDraw();
|
||||
}, 10 * 1000); //need refresh in milliseconds
|
||||
}, 20 * 1000); //need refresh in milliseconds
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue