Fixed: Unclickable URLs after approving Anrechnung are clickable now

This commit is contained in:
Cris
2022-08-02 15:25:06 +02:00
parent bf3ed6e48e
commit bb8a2a97a5
2 changed files with 13 additions and 22 deletions
@@ -191,9 +191,6 @@ $filterWidgetArray = array(
rowSelectionChanged:function(data, rows){
func_rowSelectionChanged(data, rows);
},
rowUpdated:function(row){
func_rowUpdated(row);
},
tooltips: function(cell){
return func_tooltips(cell);
}