diff --git a/services/ui-service/templates/index.html b/services/ui-service/templates/index.html index 6ab2496d..2cf96db6 100644 --- a/services/ui-service/templates/index.html +++ b/services/ui-service/templates/index.html @@ -201,6 +201,9 @@ + + +
@@ -216,7 +219,6 @@
-
@@ -407,6 +409,13 @@

Error

console.log("Disconnected from reply service!"); }); + $("#homeView").on("click", function (e) { + console.log("Opening file selection"); + $('#imageSelectInput').focus().trigger('click'); + e.preventDefault(); + return false; + }); + function callUpload() { $.ajax({ url: UPLOAD_SERVICE_URL,