Reincorporate 8's updates
This commit is contained in:
parent
407e70b20c
commit
f52fd0d124
|
@ -40,7 +40,8 @@ function beautify(event) {
|
||||||
$create('.buttons', [
|
$create('.buttons', [
|
||||||
$create('button', {
|
$create('button', {
|
||||||
attributes: {role: 'close'},
|
attributes: {role: 'close'},
|
||||||
onclick: showHelp.close,
|
// showHelp.close will be defined after showHelp() is invoked
|
||||||
|
onclick: () => showHelp.close(),
|
||||||
}, t('confirmClose')),
|
}, t('confirmClose')),
|
||||||
$create('button', {
|
$create('button', {
|
||||||
attributes: {role: 'undo'},
|
attributes: {role: 'undo'},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user