Skip to content

Commit

Permalink
Remove broken ajax/js call in shoreditch theme
Browse files Browse the repository at this point in the history
I logged it up here
civicrm/org.civicrm.shoreditch#557

But shoreditch is not much maintained now & our version is wildly out of date
so a mild hack...

Change-Id: Ic493b8cd8e44b928ef2228c7ca678924c950f824
  • Loading branch information
eileenmcnaughton authored and ejegg committed Apr 26, 2023
1 parent ff69d7c commit d4d6106
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,6 @@ function shoreditch_civicrm_coreResourceList(&$items, $region) {
}
}

/**
* Implements hook_civicrm_buildForm().
*/
function shoreditch_civicrm_buildForm($formName) {
if (!_shoreditch_isActive()) {
return;
}

if ($formName == 'CRM_Contact_Form_Search_Advanced') {
CRM_Core_Resources::singleton()->addScriptFile('org.civicrm.shoreditch', 'js/highlight-table-rows.js');
}
}

/**
* Implements hook_civicrm_pageRun().
*/
Expand Down

0 comments on commit d4d6106

Please sign in to comment.