CC-2430: Preview tracks in the library + better preview (ability to jump around in clip)

- updated icon in library
This commit is contained in:
Daniel 2012-03-01 18:27:10 -05:00
parent 2de81c6027
commit 51f004933b
2 changed files with 4 additions and 3 deletions

View file

@ -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();
}