projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f186e8
)
Fix contact entityRef placeholder text
author
Coleman Watts
<coleman@civicrm.org>
Thu, 9 Oct 2014 18:17:55 +0000
(14:17 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 9 Oct 2014 18:17:55 +0000
(14:17 -0400)
templates/CRM/common/l10n.js.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/l10n.js.tpl
b/templates/CRM/common/l10n.js.tpl
index e6d8e0e358f398a834d37aa8e2d54f1eb2469139..1fb21b2d0e93ec747aeca9babff03956f506a824 100644
(file)
--- a/
templates/CRM/common/l10n.js.tpl
+++ b/
templates/CRM/common/l10n.js.tpl
@@
-43,7
+43,7
@@
$.fn.select2.defaults.formatLoadMore = "{ts escape='js'}Loading...{/ts}";
$.fn.select2.defaults.formatSearching = "{ts escape='js'}Searching...{/ts}";
$.fn.select2.defaults.formatInputTooShort = function() {ldelim}
- return $(this).data('api-entity') == 'contact' ? {$contactSearch} : {$otherSearch};
+ return $(this).data('api-entity')
.toLowerCase()
== 'contact' ? {$contactSearch} : {$otherSearch};
{rdelim};
// Localize jQuery UI