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:
2c608ec
)
More changes
author
Dan Cruson
<cruson.web@gmail.com>
Sat, 13 Dec 2014 20:26:06 +0000
(15:26 -0500)
committer
Dan Cruson
<cruson.web@gmail.com>
Sat, 13 Dec 2014 20:26:06 +0000
(15:26 -0500)
Changes I missed the first time because of cut and paste.
js/crm.joomla.js
patch
|
blob
|
blame
|
history
diff --git
a/js/crm.joomla.js
b/js/crm.joomla.js
index 331d30ffccb6f06f1aab25baf93bbff1dd4b42bb..6ed88eb4cb807df24825c67edd93a8dd7aa4b4cb 100644
(file)
--- a/
js/crm.joomla.js
+++ b/
js/crm.joomla.js
@@
-7,8
+7,8
@@
CRM.$(function($) {
})
.on('dialogclose', function(e) {
if ($('.ui-dialog-content:visible').not(e.target).length < 1) {
- //
D7 hack, restore toolbar position (CRM-15341
)
- $('#
toolbar
').css('z-index', '');
+ //
J3 - restore footer admin bar position (CRM-15723
)
+ $('#
status
').css('z-index', '');
}
})
});