mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
changed single Quotes to double quotes, to allow the use of single quotes in the translation, as asked by zorg-AT-probesys.com on the developers list
This commit is contained in:
parent
8a5b43dda5
commit
84db48756f
@ -4,8 +4,8 @@
|
||||
var displayFileSelectorURL ="{file_selector_url}";
|
||||
var composeID ="{compose_id}";
|
||||
|
||||
var activityImagePath = '{ajax-loader}';
|
||||
var fm_compose_langNoAddressSet = '{lang_no_address_set}';
|
||||
var activityImagePath = "{ajax-loader}";
|
||||
var fm_compose_langNoAddressSet = "{lang_no_address_set}";
|
||||
|
||||
self.focus();
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
if (tos[i].value != '') break;
|
||||
}
|
||||
if (i >= tos.length) {
|
||||
alert('{lang_no_recipient}');
|
||||
alert("{lang_no_recipient}");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user