Commits from @MartB and more ...

- Commit: 1d9165f403
- New default QT capture implementation
- UploadHandler added to Effects Configurator to allow uploading GIF files
- Docker compile script and instruction
- Travis Fix
This commit is contained in:
Paulchen-Panther
2019-01-06 19:49:56 +01:00
parent 7352ff4d42
commit 2dca1c93e6
57 changed files with 1134 additions and 341 deletions

View File

@@ -41,7 +41,7 @@ $(document).ready( function() {
currentVersion = sysInfo.hyperion.version;
});
$(hyperion).on("cmd-config-getschema", function(event) {
$(hyperion).one("cmd-config-getschema", function(event) {
serverSchema = event.response.info;
requestServerConfig();
@@ -63,7 +63,7 @@ $(document).ready( function() {
requestServerConfigSchema();
});
$(hyperion).on("ready", function(event) {
$(hyperion).one("ready", function(event) {
loadContent();
});