Missed CSS class name change

This commit is contained in:
nathangray 2019-03-01 10:53:40 -07:00
parent b788411e40
commit d4d36651c4

View File

@ -592,7 +592,7 @@ var et2_historylog = (function(){ "use strict"; return et2_valueWidget.extend([e
if(this.dataview)
{
var columns = this.dataview.getColumnMgr().columnWidths;
jQuery('.diff', this.div).parent().width(columns[this.NEW_VALUE] + columns[this.OLD_VALUE]);
jQuery('.et2_diff', this.div).parent().width(columns[this.NEW_VALUE] + columns[this.OLD_VALUE]);
}
}
});}).call(this);