From ee989a04bc43efd089d1b3a5c35874f3d2dbe20c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Sat, 12 Nov 2022 13:06:55 +0100 Subject: [PATCH] refs #3971 Dialog modal fix --- debian/changelog | 2 +- js/htk/popup/index.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d92ad64..cd13aa14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.44.12) stable; urgency=low +hedera-web (22.44.13) stable; urgency=low * Initial Release. diff --git a/js/htk/popup/index.js b/js/htk/popup/index.js index 138451bb..fa461ad3 100644 --- a/js/htk/popup/index.js +++ b/js/htk/popup/index.js @@ -74,7 +74,7 @@ module.exports = new Class({ } ,isModal: function() { - return this._modal || Vn.isMobile() || true; + return this._modal || Vn.isMobile(); } ,open: function() { diff --git a/package.json b/package.json index 31f62b1c..c716d29f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.44.12", + "version": "22.44.13", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {