diff --git a/TODO b/TODO index 059e78a..d4fd321 100644 --- a/TODO +++ b/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: diff --git a/internal/js/view_support.js b/internal/js/view_support.js index 1eb782a..0218468 100644 --- a/internal/js/view_support.js +++ b/internal/js/view_support.js @@ -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')