Skip to content

Commit

Permalink
Adding parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
djhvscf committed Mar 26, 2017
1 parent bb319ef commit 6114a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@
column = that.columns[j];

if (that.fromHtml && typeof value_ === 'undefined') {
if(!column.checkbox && !column.radio) {
if((!column.checkbox) && (!column.radio)) {
return;
}
}
Expand Down

0 comments on commit 6114a9d

Please sign in to comment.