From afd97d1bd1a1b001db4628759cf6bfce25b76417 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 22 Oct 2013 16:45:39 +0200 Subject: [PATCH] renamed video panels --- static/js/editor.js | 2 +- static/js/player.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/editor.js b/static/js/editor.js index bbb4ba926..b35e570fa 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 ed930ae0e..b93c7e826 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,