0
1
Fork 0

Bugs at order confirm fixed

This commit is contained in:
Juan 2018-05-17 14:08:43 +02:00
parent 3ca7bb7688
commit b56a12c341
3 changed files with 8 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -86,6 +86,12 @@ module.exports = new Class
this.parent (props);
}
,appendChild: function (child)
{
if (child.nodeType === Node.TEXT_NODE)
this.query = child.textContent;
}
,loadXml: function (builder, node)
{
this.parent (builder, node);

View File

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