diff --git a/js/tabularfieldsselector.js b/js/tabularfieldsselector.js index 027e6420a..219da6875 100644 --- a/js/tabularfieldsselector.js +++ b/js/tabularfieldsselector.js @@ -325,6 +325,7 @@ $(function () { var me = this; $('#'+this.sId+' .tfs_checkbox_multi').each(function () { me._update_tristate($(this).attr('id')); + me._update_tooltips($(this).val()); }); }, _format: function () {