Skip to content

Commit bfb7ee8

Browse files
committed
PCHR-3991: Removed unused css for HR Ident
1 parent 275a507 commit bfb7ee8

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

hrident/css/hrident.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

hrident/hrident.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,6 @@ function hrident_civicrm_managed(&$entities) {
120120
return _hrident_civix_civicrm_managed($entities);
121121
}
122122

123-
/**
124-
* Implementation of hook_civicrm_tabset.
125-
*
126-
* @param string $tabsetName
127-
* @param array &$tabs
128-
* @param array $context
129-
*/
130-
function hrident_civicrm_tabset($tabsetName, &$tabs, $context) {
131-
if ($tabsetName === 'civicrm/contact/view') {
132-
CRM_Core_Resources::singleton()->addStyleFile('org.civicrm.hrident', 'css/hrident.css');
133-
}
134-
}
135-
136123
function hrident_getCustomGroupId() {
137124
$groups = CRM_Core_PseudoConstant::get('CRM_Core_BAO_CustomField', 'custom_group_id', array('labelColumn' => 'name'));
138125
return array_search('Identify', $groups);

0 commit comments

Comments
 (0)