Skip to content
Snippets Groups Projects
Commit 4999e653 authored by colemanw's avatar colemanw
Browse files

CRM-13932 - move jQuery.redirect out of core resources

parent 2406ce64
Branches
Tags
No related merge requests found
......@@ -579,8 +579,6 @@ class CRM_Core_Resources {
"packages/jquery/plugins/jquery.notify$min.js",
"packages/jquery/plugins/jquery.redirect.min.js",
"js/rest.js",
"js/Common.js",
......
......@@ -52,6 +52,7 @@ class CRM_Financial_Form_Search extends CRM_Core_Form {
}
public function buildQuickForm() {
CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'packages/jquery/plugins/jquery.redirect.min.js', 0, 'html-header');
$attributes = CRM_Core_DAO::getAttribute('CRM_Batch_DAO_Batch');
$attributes['total']['class'] = $attributes['item_count']['class'] = 'number';
$this->add('text', 'title', ts('Batch Name'), $attributes['title']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment