forked from extern/egroupware
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
|
// Mark the new given uid as focused
|
||||||
if (_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);
|
var entry = this._focusedEntry = this._getRegisteredRowsEntry(_uid);
|
||||||
this._updateEntryState(entry,
|
this._updateEntryState(entry,
|
||||||
egwSetBit(entry.state, EGW_AO_STATE_FOCUSED, true));
|
egwSetBit(entry.state, EGW_AO_STATE_FOCUSED, true));
|
||||||
|
Loading…
Reference in New Issue
Block a user