CC-3174 : showbuilder

dragging into timeline is working
need to replace jjmenus
This commit is contained in:
Naomi Aro 2012-02-02 15:51:15 +01:00
parent 8b93b98e24
commit 0199f572bd
7 changed files with 473 additions and 123 deletions

View file

@ -1,21 +1,3 @@
//used by jjmenu
/*
function getId() {
var tr_id = $(this.triggerElement).parent().attr("id");
tr_id = tr_id.split("_");
return tr_id[1];
}
function getType() {
var tr_id = $(this.triggerElement).parent().attr("id");
tr_id = tr_id.split("_");
return tr_id[0];
}
*/
//end functions used by jjmenu
function addToolBarButtonsLibrary(aButtons) {
var i,
length = aButtons.length,
@ -88,10 +70,6 @@ function confirmDeleteGroup() {
}
}
function openFileOnSoundCloud(link){
window.open(link);
}
function checkImportStatus(){
$.getJSON('/Preference/is-import-in-progress', function(data){
var div = $('#import_status');