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": {