From b4350cdd8d7f56293b663c712f4a119ba3b5ad73 Mon Sep 17 00:00:00 2001 From: Francesco Yoshi Gobbo Date: Tue, 5 Mar 2019 09:13:35 +0100 Subject: [PATCH] added png to supported formats message --- js/all.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/all.js b/js/all.js index 36558fe..6572646 100644 --- a/js/all.js +++ b/js/all.js @@ -2654,7 +2654,7 @@ function clone(obj) { image.onerror = (function(_this) { return function(e) { _this.log("Image upload error", e); - Page.cmd("wrapperNotification", ["error", "Invalid image, only jpg format supported"]); + Page.cmd("wrapperNotification", ["error", "Invalid image, only png/jpg formats supported"]); return cb(null); }; })(this); @@ -6569,4 +6569,4 @@ function clone(obj) { window.Page.createProjector(); -}).call(this); \ No newline at end of file +}).call(this);