CRM-20958 - On upgrade, declare created/modified timestamps for case+activity
[civicrm-core.git] / ang / crmUi.js
index d3ea3a469c6f3f2efdb7c9e1bc31928089e01234..ecfe172a99c837a8f2c2919ad9a4881e26e45048 100644 (file)
               // 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();
                 }
               });