Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Spagnoletti <[email protected]>
  • Loading branch information
kirya-dev and phansys authored Oct 12, 2020
1 parent ae7654b commit 0e01582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/public/Admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var Admin = {
$(e.target).trigger('change');
});

// In case some checkbox are already checked (for instance after a back via browser history), update iCheck checkboxes
// In case some checkboxes were already checked (for instance after moving back in the browser's session history), update iCheck checkboxes.
if (subject === window.document) {
setTimeout(function () { inputs.iCheck('update'); }, 0);
}
Expand Down

0 comments on commit 0e01582

Please sign in to comment.