Compare commits
No commits in common. "9355ae691d5c0692ac4a6d1726d2d97a88fb8bd0" and "dcdbfee72df017098f37e04eaa43e631361ecd45" have entirely different histories.
9355ae691d
...
dcdbfee72d
2 changed files with 0 additions and 8 deletions
|
|
@ -52,9 +52,6 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
}
|
||||
|
||||
function getSmallTimelineURL() {
|
||||
if (!edit.duration) {
|
||||
return ''
|
||||
}
|
||||
smallTimelineCanvas = getSmallTimelineCanvas();
|
||||
smallTimelineContext = smallTimelineCanvas.getContext('2d');
|
||||
return smallTimelineCanvas.toDataURL();
|
||||
|
|
|
|||
|
|
@ -406,11 +406,6 @@ pandora.ui.folderList = function(id, section) {
|
|||
pandora.ui.listDialog().open();
|
||||
}
|
||||
},
|
||||
key_control_v: function() {
|
||||
if (pandora.user.ui.section == 'edits' && pandora.$ui.editPanel) {
|
||||
pandora.$ui.editPanel.triggerEvent("paste")
|
||||
}
|
||||
},
|
||||
move: function(data) {
|
||||
pandora.api['sort' + folderItems]({
|
||||
section: id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue