mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 04:17:24 +08:00
[themes] correct "available" option
This commit is contained in:
@ -226,7 +226,7 @@ define([
|
||||
},
|
||||
|
||||
available: function () {
|
||||
return !Common.Utils.isIE && !!this.locked;
|
||||
return !Common.Utils.isIE && !this.locked;
|
||||
},
|
||||
|
||||
setAvailable: function (value) {
|
||||
|
||||
Reference in New Issue
Block a user