mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
.
This commit is contained in:
@ -305,7 +305,7 @@ window.addEventListener('message', function(message) {
|
||||
if ( btn.hasAttribute('data') ) {
|
||||
btn.setAttribute('title', versionWarning);
|
||||
btn.setAttribute('disabled', '');
|
||||
btn.removeAttribute(data);
|
||||
btn.removeAttribute('data');
|
||||
}
|
||||
|
||||
if (btn.parentNode.childElementCount > 1) {
|
||||
|
||||
Reference in New Issue
Block a user