mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +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 displayFileSelectorURL ="{file_selector_url}";
|
||||||
var composeID ="{compose_id}";
|
var composeID ="{compose_id}";
|
||||||
|
|
||||||
var activityImagePath = '{ajax-loader}';
|
var activityImagePath = "{ajax-loader}";
|
||||||
var fm_compose_langNoAddressSet = '{lang_no_address_set}';
|
var fm_compose_langNoAddressSet = "{lang_no_address_set}";
|
||||||
|
|
||||||
self.focus();
|
self.focus();
|
||||||
|
|
||||||
@ -26,7 +26,7 @@
|
|||||||
if (tos[i].value != '') break;
|
if (tos[i].value != '') break;
|
||||||
}
|
}
|
||||||
if (i >= tos.length) {
|
if (i >= tos.length) {
|
||||||
alert('{lang_no_recipient}');
|
alert("{lang_no_recipient}");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user