G M Kallidis
G M Kallidis
Except DOM-Reloading with XHR-Request a Full-Page-Reload is triggered with current code `$('#parentfolder').click(function() { getFolderInfo(currentpath); } );` Returnig false is required to avoid this... `$('#parentfolder').click(function() { getFolderInfo(currentpath); return false; } );`
- Java Connector Backend has now java.nio methods (requires Java 7) and supports mode replace in FileManager. Logging is with slf4j. - add Request Param in Auth.jsp, Optional UTf-8 support...
Although you mention, that you want to comply with JWPlayers VTT definition only, the official one `https://www.w3.org/TR/webvtt1/` states, that Web Vtt timing has before and after --> one **or more**...
- Add **pre-commit environment**, update README.md and requirements. - Add **new option --filter** for type jenkins to drill down to jobs (kibble-scanner.py) - **Change starting folder to src** (explained in...
- **Provide simple build environment with setuptools using pyproject.toml** - Add infos about packaging in README.md - Provide a project version reference ` __version__ `in handler, currently set to 1.0.0...