Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
c35c76351b
4 changed files with 29 additions and 7 deletions
|
@ -1297,6 +1297,9 @@ SQL;
|
|||
$i++;
|
||||
}
|
||||
}
|
||||
|
||||
// check if file exists
|
||||
$qry->add("file_exists", "true", Criteria::EQUAL);
|
||||
$qry->addAscendingOrderByColumn('random()');
|
||||
}
|
||||
// construct limit restriction
|
||||
|
|
|
@ -307,6 +307,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
setCueEvents();
|
||||
setFadeEvents();
|
||||
setModified(json.modified);
|
||||
AIRTIME.playlist.validatePlaylistElements();
|
||||
redrawLib();
|
||||
}
|
||||
|
||||
|
@ -409,8 +410,6 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
$pl.delegate(".spl_cue",
|
||||
{"click": openCueEditor});
|
||||
|
||||
mod.validatePlaylistElements();
|
||||
|
||||
$pl.delegate(".spl_block_expand",
|
||||
{"click": function(ev){
|
||||
|
@ -773,6 +772,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
}());
|
||||
|
||||
$pl.find("#spl_sortable").sortable(sortableConf);
|
||||
AIRTIME.playlist.validatePlaylistElements();
|
||||
}
|
||||
|
||||
mod.fnNew = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue