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:
aab589e
)
Code style fix
author
Coleman Watts
<coleman@civicrm.org>
Fri, 1 May 2015 19:13:11 +0000
(15:13 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 1 May 2015 19:13:11 +0000
(15:13 -0400)
templates/CRM/Case/Form/CaseView.js
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Case/Form/CaseView.js
b/templates/CRM/Case/Form/CaseView.js
index efbf38016544b03183994876170ad2c67613fed5..e72caed22f6a4d7189c255336dc638f3e8d864cc 100644
(file)
--- a/
templates/CRM/Case/Form/CaseView.js
+++ b/
templates/CRM/Case/Form/CaseView.js
@@
-214,7
+214,7
@@
resizable: true,
options: {yes: ts('Save'), no: ts('Cancel')},
open: function() {
-
miniForms[target].pre &&
miniForms[target].pre.call(this, $el.data());
+
if (miniForms[target].pre)
miniForms[target].pre.call(this, $el.data());
}
})
.on('dialogclose', function() {