refs #3971 Dialog modal fix
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-11-12 13:06:55 +01:00
parent cc42626406
commit ee989a04bc
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.44.12) stable; urgency=low
hedera-web (22.44.13) stable; urgency=low
* Initial Release.

View File

@ -74,7 +74,7 @@ module.exports = new Class({
}
,isModal: function() {
return this._modal || Vn.isMobile() || true;
return this._modal || Vn.isMobile();
}
,open: function() {

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "22.44.12",
"version": "22.44.13",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {