migration to JS engine #1
@ -49,7 +49,10 @@ function start_buttons() {
|
|||||||
const dateFormated = formatDate(now);
|
const dateFormated = formatDate(now);
|
||||||
|
|
||||||
// return 1
|
// return 1
|
||||||
return dateFormated
|
return [
|
||||||
|
[{name: {name: dateFormated}, callback_name: "no"}],
|
||||||
|
[{name: {name: "Hello!"}, callback_name: "no"}],
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user