diff --git a/static/js/editor.js b/static/js/editor.js index bbb4ba92..b35e570f 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -6,7 +6,7 @@ pandora.ui.editor = function(data) { var ui = pandora.user.ui, - that = Ox.VideoEditor({ + that = Ox.VideoAnnotationPanel({ annotationsCalendarSize: ui.annotationsCalendarSize, annotationsFont: ui.annotationsFont, annotationsMapSize: ui.annotationsMapSize, diff --git a/static/js/player.js b/static/js/player.js index ed930ae0..b93c7e82 100644 --- a/static/js/player.js +++ b/static/js/player.js @@ -6,7 +6,7 @@ pandora.ui.player = function(data) { var ui = pandora.user.ui, - that = Ox.VideoPanel({ + that = Ox.VideoPlayerPanel({ annotationsCalendarSize: ui.annotationsCalendarSize, annotationsFont: ui.annotationsFont, annotationsMapSize: ui.annotationsMapSize,