CC-2995: Remove "Done Editing" button
- done
This commit is contained in:
parent
5d4486b08f
commit
0188dc6c06
2 changed files with 0 additions and 16 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue