Merge pull request #1873 from frissdiegurke/patch-2

[Settings] fixed data-empty usage within checkboxes
v1.18.x
Barış Soner Uşaklı 11 years ago
commit 485f14ef7f

@ -21,7 +21,7 @@ define('settings/checkbox', function () {
if (value == null) { if (value == null) {
return void 0; return void 0;
} }
if (empty) { if (!empty) {
return value || void 0; return value || void 0;
} }
if (trim) { if (trim) {

Loading…
Cancel
Save