forked from 0x2620/pandora
jump to location
This commit is contained in:
parent
7b1de7e847
commit
0afef8cbb5
1 changed files with 2 additions and 1 deletions
|
@ -823,7 +823,8 @@
|
|||
flipbook: function(item) {
|
||||
var that = new Ox.Flipbook({
|
||||
}).bindEvent('click', function(event, data) {
|
||||
alert(data.position);
|
||||
UI.set('videoPosition|' + item, data.position);
|
||||
URL.set(item + '/timeline');
|
||||
});
|
||||
pandora.api.getItem(item, function(result) {
|
||||
var duration = result.data.item.duration,
|
||||
|
|
Loading…
Reference in a new issue