From 1d924612b62f843699d1ced09d9771d3b70575a5 Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Fri, 6 Oct 2017 13:10:01 +0530 Subject: [PATCH] HW-390: Remove unwanted changes --- ang/crmUi.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ang/crmUi.js b/ang/crmUi.js index 473aa965cd..6a54b58b7b 100644 --- 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(); } }); -- 2.25.1