mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 01:06:03 +01:00
manual merge again
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
CheckboxesField.prototype.disabled = function(state) {
|
||||
if (typeof state !== 'undefined') {
|
||||
this._disabled = state ? true : false;
|
||||
this.el.css('opacity', state ? 0.6 : 1);
|
||||
}
|
||||
|
||||
return this._disabled;
|
||||
|
||||
Reference in New Issue
Block a user