@ -20,7 +20,7 @@
{
"name": "MuK Web Utils",
"summary": """Utility Features""",
"version": "12.0.2.8.21",
"version": "12.0.2.8.22",
"category": "Extra Tools",
"license": "AGPL-3",
"author": "MuK IT",
@ -36,7 +36,7 @@ fields.FieldBinaryFile.include({
}).done(function(result) {
this.max_upload_size = result.max_upload_size * 1024 * 1024;
}.bind(this));
return $.when(this._super.apply(this, arguments), def);
return this._super.apply(this, arguments);
},
_renderReadonly: function () {
this._super.apply(this, arguments);
@ -50,7 +50,7 @@ fields.FieldBinaryImage.include({
_render: function () {