refs #6200 Fixes: style & add to basket
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
4a09fe39a8
commit
1535a557a8
|
@ -1,4 +1,4 @@
|
|||
hedera-web (23.40.3) stable; urgency=low
|
||||
hedera-web (23.40.4) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -325,7 +325,7 @@ const Catalog = new Class({
|
|||
}
|
||||
|
||||
if (amountSum > 0) {
|
||||
this.conn.execQuery(sql);
|
||||
await this.conn.execQuery(sql);
|
||||
|
||||
var itemName = this.$.$card.get('item');
|
||||
Htk.Toast.showMessage(
|
||||
|
|
|
@ -204,7 +204,8 @@
|
|||
bottom: 30px;
|
||||
right: 0;
|
||||
font-size: .8rem;
|
||||
color: #c44;
|
||||
color: #a44;
|
||||
cursor: pointer;
|
||||
|
||||
& > span {
|
||||
font-size: 16px;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "23.40.3",
|
||||
"version": "23.40.5",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue