forked from 0x2620/oxjs
clean up video panels
This commit is contained in:
parent
c8d0969a41
commit
7dc86d3ca2
4 changed files with 8 additions and 28 deletions
|
|
@ -274,26 +274,6 @@ Ox.ClipPanel = function(options, self) {
|
|||
return self.options.editable && self.options.sort[0].key == 'index';
|
||||
}
|
||||
|
||||
function moveClips(data) {
|
||||
Ox.Request.clearCache();
|
||||
pandora.api.sortClips({
|
||||
edit: pandora.user.ui.edit,
|
||||
ids: data.ids
|
||||
})
|
||||
}
|
||||
|
||||
function openClips(data) {
|
||||
|
||||
}
|
||||
|
||||
function pasteClips() {
|
||||
|
||||
}
|
||||
|
||||
function removeClips() {
|
||||
|
||||
}
|
||||
|
||||
function updateSortElement() {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue