Bugfixed: Removed undefined functions

After moving functions to Tablewidget.js, these function calls doesnt
exist anymore in the earlier corresponding javascripts. Therefore they
must be removed.
This commit is contained in:
Cris
2020-03-30 19:27:12 +02:00
parent e272975a17
commit 2938e0bdb0
3 changed files with 0 additions and 9 deletions
@@ -340,9 +340,6 @@ $filterWidgetArray = array(
rowUpdated:function(row){
func_rowUpdated(row);
},
rowSelectionChanged:function(data, rows){
func_rowSelectionChanged(data, rows);
},
rowFormatter:function(row){
func_rowFormatter(row);
},
@@ -359,9 +359,6 @@ $filterWidgetArray = array(
rowUpdated:function(row){
func_rowUpdated(row);
},
rowSelectionChanged:function(data, rows){
func_rowSelectionChanged(data, rows);
},
rowFormatter:function(row)
{
func_rowFormatter(row);
@@ -393,9 +393,6 @@ $filterWidgetArray = array(
rowUpdated:function(row){
func_rowUpdated(row);
},
rowSelectionChanged:function(data, rows){
func_rowSelectionChanged(data, rows);
},
rowFormatter:function(row){
func_rowFormatter(row);
},