fixed bug in viewer where video needs to be resized after prev/next move, also updated TODO
This commit is contained in:
3
TODO
3
TODO
@@ -2,9 +2,6 @@
|
||||
* viewer:
|
||||
- buttons need tootltips to show shortcut key
|
||||
|
||||
* files.py cleanup:
|
||||
class Option for dot-notation, or namespace???
|
||||
|
||||
* remove dirs after the duplicate cleanup removes all its content
|
||||
|
||||
* Face matching:
|
||||
|
||||
@@ -152,6 +152,7 @@
|
||||
$('#video').prop('src', 'http://mara.ddp.net:5000/' + objs[current].url )
|
||||
$('#figure').hide()
|
||||
$('#video').show()
|
||||
ResizeVideo()
|
||||
if( fullscreen )
|
||||
{
|
||||
console.log('going fs on video')
|
||||
|
||||
Reference in New Issue
Block a user