mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Fix typos
This commit is contained in:
parent
7cf6500f92
commit
6e8723361d
@ -385,7 +385,7 @@ var et2_link_apps = et2_selectbox.extend(
|
||||
if(this.options.only_app) {
|
||||
select_options[_attrs.only_app] = this.egw().lang(_attrs.only_app);
|
||||
} else {
|
||||
select_options = this.options.application_list ? $this.options.applicaiton_list : this.egw().link_app_list('query');
|
||||
select_options = this.options.application_list ? this.options.application_list : this.egw().link_app_list('query');
|
||||
|
||||
// Check whether the options entry was found, if not read it from the
|
||||
// content array.
|
||||
|
Loading…
Reference in New Issue
Block a user