From 51c8877c374b1d2010a34e0df03bfb6ebd47fa18 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 18 Jan 2011 17:00:10 +0000 Subject: [PATCH] make video position stick when switching between player and timeline view (part 4) --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index e2749eae2..f809303a0 100755 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -3566,7 +3566,7 @@ var pandora = new Ox.App({ } else { if (['player', 'timeline'].indexOf(old.user.ui.itemView) > -1) { UI.set( - 'videoPosition|' + app.user.ui.item, + 'videoPosition|' + old.user.ui.item, app.$ui[old.user.ui.itemView == 'player' ? 'player' : 'editor'].options('position') ); }