From 8ffe27353c79e7492d08d5f0bb995a2f639f4290 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 8 Feb 2014 04:51:22 +0000 Subject: [PATCH] use pandora.getItemTitle to format movie title in edit --- static/js/editPanel.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/editPanel.js b/static/js/editPanel.js index 38052c41f..1404a0cb6 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -93,6 +93,9 @@ pandora.ui.editPanel = function() { duration: edit.duration, editable: edit.type == 'static' && edit.editable, enableSubtitles: ui.videoSubtitles, + formatTitle: function() { + return pandora.getItemTitle(Ox.last(arguments)); + }, fullscreen: false, getClipImageURL: function(id, width, height) { var clip = Ox.getObjectById(edit.clips, id);