forked from extern/egroupware
Missed CSS class name change
This commit is contained in:
parent
b788411e40
commit
d4d36651c4
@ -592,7 +592,7 @@ var et2_historylog = (function(){ "use strict"; return et2_valueWidget.extend([e
|
|||||||
if(this.dataview)
|
if(this.dataview)
|
||||||
{
|
{
|
||||||
var columns = this.dataview.getColumnMgr().columnWidths;
|
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);
|
});}).call(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user