mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start] fix bug 77646
This commit is contained in:
@ -258,7 +258,7 @@
|
||||
const $button = $('#idx-update-btnaction', this.view.$body);
|
||||
if ( info.button.text ) {
|
||||
$button.text(info.button.text);
|
||||
$button.attr("data-action", info.button.action);
|
||||
$button.data("action", info.button.action);
|
||||
}
|
||||
|
||||
if ( info.button.lock ) {
|
||||
|
||||
Reference in New Issue
Block a user