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:
910a6c1
)
HW-390: Remove unwanted changes
author
Mukesh Ram
<mukesh@compucorp.co.uk>
Fri, 6 Oct 2017 07:40:01 +0000
(13:10 +0530)
committer
Mukesh Ram
<mukesh@compucorp.co.uk>
Fri, 6 Oct 2017 07:40:01 +0000
(13:10 +0530)
ang/crmUi.js
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmUi.js
b/ang/crmUi.js
index 473aa965cd00ab212b1f003c254ae83ac6b0f897..6a54b58b7bf8d39ba23baee0dac7992c5631227f 100644
(file)
--- a/
ang/crmUi.js
+++ b/
ang/crmUi.js
@@
-581,6
+581,7
@@
.directive('crmUiSelect', function ($parse, $timeout) {
return {
require: '?ngModel',
+ priority: 1,
scope: {
crmUiSelect: '='
},
@@
-1016,7
+1017,7
@@
// If the CMS has already added title markup to the page, use it
$('h1').not('.crm-container h1').each(function() {
if (_.trim($(this).html()) === pageTitle) {
- $(this).html(newPageTitle);
+ $(this).
addClass('crm-page-title').
html(newPageTitle);
$el.hide();
}
});