console.log removed
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
8ad20d23e3
commit
46e6a838f0
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.15) stable; urgency=low
|
hedera-web (1.407.16) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,6 @@ Dialog.implement({
|
||||||
}
|
}
|
||||||
|
|
||||||
,createButton: function(label, response) {
|
,createButton: function(label, response) {
|
||||||
console.log(label);
|
|
||||||
var button = this.createElement('button');
|
var button = this.createElement('button');
|
||||||
button.className = 'thin';
|
button.className = 'thin';
|
||||||
button.appendChild(this.createTextNode(label));
|
button.appendChild(this.createTextNode(label));
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.15",
|
"version": "1.407.16",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue