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:
978e94d
)
crmMailing2 - Tweak syntax
author
Tim Otten
<totten@civicrm.org>
Sat, 22 Nov 2014 07:03:47 +0000
(23:03 -0800)
committer
Tim Otten
<totten@civicrm.org>
Sat, 22 Nov 2014 07:03:47 +0000
(23:03 -0800)
js/angular-crmMailing2.js
patch
|
blob
|
blame
|
history
diff --git
a/js/angular-crmMailing2.js
b/js/angular-crmMailing2.js
index 5c2213b839be4c6b1ba32f76bb568460e3238e69..8176117639b7f3c8326d45f3147cd80d14d0ef04 100644
(file)
--- a/
js/angular-crmMailing2.js
+++ b/
js/angular-crmMailing2.js
@@
-164,7
+164,7
@@
modal: true,
title: ts('Subject: %1', {
1: content.subject
- })
,
+ })
};
dialogService.open('previewDialog', template, content, options);
});