mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-13 04:46:22 +02:00
Fix typo
This commit is contained in:
@ -167,7 +167,7 @@ var et2_selectAccount = et2_selectbox.extend(
|
|||||||
|
|
||||||
var type = this.egw().preference('account_selection', 'common');
|
var type = this.egw().preference('account_selection', 'common');
|
||||||
|
|
||||||
this.options.select_options = this._get_accounts(e);
|
this.options.select_options = this._get_accounts();
|
||||||
|
|
||||||
if(type == 'primary_group')
|
if(type == 'primary_group')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user