Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
This commit is contained in:
commit
31b7624a64
|
@ -303,6 +303,9 @@ function addSPLItem(event, ui){
|
|||
|
||||
function deleteSPLItem(event){
|
||||
event.stopPropagation();
|
||||
|
||||
// stop any preview playing
|
||||
$('#jquery_jplayer_1').jPlayer('stop');
|
||||
|
||||
var url, pos;
|
||||
|
||||
|
@ -399,7 +402,7 @@ function newSPL() {
|
|||
|
||||
function deleteSPL() {
|
||||
var url;
|
||||
|
||||
|
||||
// stop any preview playing
|
||||
$('#jquery_jplayer_1').jPlayer('stop');
|
||||
|
||||
|
|
Loading…
Reference in New Issue