add volume/loop to embed options
This commit is contained in:
parent
156f4f255a
commit
0743376917
2 changed files with 6 additions and 2 deletions
|
|
@ -1373,12 +1373,13 @@ pandora.getFoldersWidth = function(section) {
|
|||
};
|
||||
|
||||
pandora.getHash = function(state, callback) {
|
||||
// FIXME: remove this
|
||||
var embedKeys = [
|
||||
'annotationsRange', 'annotationsSort',
|
||||
'embed',
|
||||
'ignoreRights', 'invertHighlight',
|
||||
'matchRatio',
|
||||
'paused', 'playInToOut',
|
||||
'paused', 'playInToOut', 'loop', 'volume',
|
||||
'showAnnotations', 'showCloseButton', 'showLayers', 'showTimeline',
|
||||
'timeline', 'title'
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue