This commit is contained in:
parent
cc42626406
commit
ee989a04bc
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (22.44.12) stable; urgency=low
|
hedera-web (22.44.13) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ module.exports = new Class({
|
||||||
}
|
}
|
||||||
|
|
||||||
,isModal: function() {
|
,isModal: function() {
|
||||||
return this._modal || Vn.isMobile() || true;
|
return this._modal || Vn.isMobile();
|
||||||
}
|
}
|
||||||
|
|
||||||
,open: function() {
|
,open: function() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "22.44.12",
|
"version": "22.44.13",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue