Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1

This commit is contained in:
martin 2011-09-08 15:19:07 -04:00
commit 31b7624a64

View file

@ -304,6 +304,9 @@ function addSPLItem(event, ui){
function deleteSPLItem(event){
event.stopPropagation();
// stop any preview playing
$('#jquery_jplayer_1').jPlayer('stop');
var url, pos;
pos = $(this).parent().parent().attr("id").split("_").pop();