CC-2430: Preview tracks in the library + better preview (ability to jump around in clip)
- updated icon in library
This commit is contained in:
parent
2de81c6027
commit
51f004933b
2 changed files with 4 additions and 3 deletions
|
@ -41,8 +41,6 @@ $(document).ready(function(){
|
|||
});
|
||||
|
||||
function play(filename){
|
||||
console.log("in the play function! "+filename);
|
||||
|
||||
var uri = "/api/get-media/file/" + filename;
|
||||
var ext = getFileExt(filename);
|
||||
|
||||
|
@ -69,5 +67,6 @@ function play(filename){
|
|||
cssSelectorAncestor: '#jp_container_1',
|
||||
wmode: "window"
|
||||
});
|
||||
$this.focus();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue