From 0188dc6c0660d371175e55f6cb291cfdf61b5e11 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 27 Oct 2011 10:20:57 -0400 Subject: [PATCH] CC-2995: Remove "Done Editing" button - done --- .../views/scripts/playlist/index.phtml | 1 - airtime_mvc/public/js/airtime/library/spl.js | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/airtime_mvc/application/views/scripts/playlist/index.phtml b/airtime_mvc/application/views/scripts/playlist/index.phtml index 7987202c1..134cfa047 100644 --- a/airtime_mvc/application/views/scripts/playlist/index.phtml +++ b/airtime_mvc/application/views/scripts/playlist/index.phtml @@ -4,7 +4,6 @@ Playlist crossfade - pl)) : ?> diff --git a/airtime_mvc/public/js/airtime/library/spl.js b/airtime_mvc/public/js/airtime/library/spl.js index 4187a36a0..d05321740 100644 --- a/airtime_mvc/public/js/airtime/library/spl.js +++ b/airtime_mvc/public/js/airtime/library/spl.js @@ -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")) {