From 5eff86e6a4bd7b4716e0ba1dc85e09244e5a3e8f Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> 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 e2749ea..f809303 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') ); }