Compare commits

..

No commits in common. "9355ae691d5c0692ac4a6d1726d2d97a88fb8bd0" and "dcdbfee72df017098f37e04eaa43e631361ecd45" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View file

@ -52,9 +52,6 @@ pandora.ui.editPanel = function(isEmbed) {
} }
function getSmallTimelineURL() { function getSmallTimelineURL() {
if (!edit.duration) {
return ''
}
smallTimelineCanvas = getSmallTimelineCanvas(); smallTimelineCanvas = getSmallTimelineCanvas();
smallTimelineContext = smallTimelineCanvas.getContext('2d'); smallTimelineContext = smallTimelineCanvas.getContext('2d');
return smallTimelineCanvas.toDataURL(); return smallTimelineCanvas.toDataURL();

View file

@ -406,11 +406,6 @@ pandora.ui.folderList = function(id, section) {
pandora.ui.listDialog().open(); 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) { move: function(data) {
pandora.api['sort' + folderItems]({ pandora.api['sort' + folderItems]({
section: id, section: id,