mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Client side API now supports modules which are instanciated per application or per window; removed et2_debug function from et2_core_common, now using corresponding API function.
This commit is contained in:
@ -121,7 +121,7 @@ var et2_dataview_column = Class.extend({
|
||||
}
|
||||
else
|
||||
{
|
||||
et2_debug("warn", "Invalid visibility option for column: ", _value);
|
||||
this.egw().debug("warn", "Invalid visibility option for column: ", _value);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user