From 3bc7212123920633118b3b4867610c8d60dfc083 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 2 Feb 2015 17:49:19 -0500 Subject: [PATCH] CRM-15906 - Remove call to non-existant function --- CRM/Pledge/Form/Payment.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Pledge/Form/Payment.php b/CRM/Pledge/Form/Payment.php index 83b8f2336e..de3c76e0db 100644 --- a/CRM/Pledge/Form/Payment.php +++ b/CRM/Pledge/Form/Payment.php @@ -124,7 +124,6 @@ class CRM_Pledge_Form_Payment extends CRM_Core_Form { 'type' => 'next', 'name' => ts('Save'), 'spacing' => '         ', - 'js' => array('onclick' => "return verify( );"), 'isDefault' => TRUE, ), array( -- 2.25.1