mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
remove console logging on focused
This commit is contained in:
parent
efd4d85143
commit
8913df2366
@ -185,7 +185,7 @@ var et2_dataview_selectionManager = Class.extend(
|
||||
// Mark the new given uid as focused
|
||||
if (_focused)
|
||||
{
|
||||
console.log('et2_dataview_controller_selection::setFocused -> UID:'+_uid+' is focused by:'+this._actionObjectManager.name);
|
||||
//console.log('et2_dataview_controller_selection::setFocused -> UID:'+_uid+' is focused by:'+this._actionObjectManager.name);
|
||||
var entry = this._focusedEntry = this._getRegisteredRowsEntry(_uid);
|
||||
this._updateEntryState(entry,
|
||||
egwSetBit(entry.state, EGW_AO_STATE_FOCUSED, true));
|
||||
|
Loading…
Reference in New Issue
Block a user