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:
8d7d55a
)
CRM-15346 - Also trigger crmUnload when refreshing content
author
Coleman Watts
<coleman@civicrm.org>
Wed, 22 Oct 2014 18:24:47 +0000
(14:24 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Wed, 22 Oct 2014 18:24:47 +0000
(14:24 -0400)
js/crm.ajax.js
patch
|
blob
|
blame
|
history
diff --git
a/js/crm.ajax.js
b/js/crm.ajax.js
index 8aff1bbdb7eb8570ec8e8c69257cb06746fd08b8..276d02ddfd729d9ebaf9574c37d2baeba7fdd29c 100644
(file)
--- a/
js/crm.ajax.js
+++ b/
js/crm.ajax.js
@@
-257,7
+257,7
@@
return;
}
data.url = url;
- that.element.trigger('crmBeforeLoad', data);
+ that.element.trigger('crm
Unload').trigger('crm
BeforeLoad', data);
that._beforeRemovingContent();
that.element.html(data.content);
that._handleOrderLinks();