mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Correct a typo in function name
This commit is contained in:
parent
970fef9b3a
commit
0ad7db79d4
@ -58,7 +58,7 @@ app.classes.preferences = AppJS.extend(
|
||||
var defAlarmWidgets = ['default-alarm', 'default-alarm-wholeday'];
|
||||
for(var key in defAlarmWidgets)
|
||||
{
|
||||
this.def_alarm_onchange(null, this.et2.getWidgetById(defAlarmWidgets[key]));
|
||||
this.cal_def_alarm_onchange(null, this.et2.getWidgetById(defAlarmWidgets[key]));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user