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:
de840a0
)
CRM-20680
author
kryptothesuperdog
<wandwaver@gmail.com>
Sat, 3 Jun 2017 21:58:50 +0000
(22:58 +0100)
committer
GitHub
<noreply@github.com>
Sat, 3 Jun 2017 21:58:50 +0000
(22:58 +0100)
templates/CRM/common/navigation.js.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/navigation.js.tpl
b/templates/CRM/common/navigation.js.tpl
index d6c6912f50ab7084002e8b18a8249ec13d9a8b7d..caaeda855440ca6bcf5e2b3d4bfe8c5dc5d32d2a 100644
(file)
--- a/
templates/CRM/common/navigation.js.tpl
+++ b/
templates/CRM/common/navigation.js.tpl
@@
-204,4
+204,7
@@
$('#civicrm-menu').ready(function() {
$('#root-menu-div').on('click', 'a', $.Menu.closeAll);
});
$('#civicrm-menu').menuBar({arrowSrc: CRM.config.resourceBase + 'packages/jquery/css/images/arrow.png'});
+$(window).on("beforeunload", function() {
+ $('.crm-logo-sm').addClass('crm-i fa-spin fa-pulse');
+});
})(CRM.$);{/literal}