Fix typo in jQuery definition

Introduced in changeset32cd8f429973
This commit is contained in:
Sergi Almacellas Abellana 2016-05-05 09:38:12 +02:00
parent 2f5692e74e
commit dae3a33bea

View file

@ -1297,7 +1297,7 @@
this.input.click(function() {
// Dont trigger click if field is readonly as readonly has no
// effect on checkbox
return !JQuery(this).input.prop('readonly');
return !jQuery(this).prop('readonly');
});
},
display: function(record, field) {