CC-2995: Remove "Done Editing" button

- done
This commit is contained in:
James 2011-10-27 10:20:57 -04:00
parent 5d4486b08f
commit 0188dc6c06
2 changed files with 0 additions and 16 deletions

View file

@ -338,17 +338,6 @@ function noOpenPL(json) {
.click(newSPL);
}
function closeSPL() {
var url;
// stop playing any preview
$('#jquery_jplayer_1').jPlayer('stop');
url = '/Playlist/close/format/json';
$.post(url, noOpenPL);
}
function createPlaylistMetaForm(json) {
var submit, form;
@ -459,10 +448,6 @@ function setUpSPL() {
.button()
.click(newSPL);
$("#spl_close")
.button()
.click(closeSPL);
$("#spl_crossfade").click(function(){
if($(this).hasClass("ui-state-active")) {