This commit is contained in:
AlexeyMatveev686
2023-02-17 17:57:18 +03:00
parent 64d5911626
commit 5797ad701b

View File

@ -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) {