Merge branch '4.5' into 4.6
[civicrm-core.git] / CRM / Event / Form / EventFees.php
index 48b1cbff942ac84f2a72d1b458f42e5b58aeb905..cb7d423b381f76d0d57db99b81965dc0cbbdbe76 100644 (file)
@@ -404,7 +404,7 @@ SELECT  id, html_type
             0 => ts('- select -'),
           ) + $discounts,
           FALSE,
-          array('onchange' => "buildFeeBlock( {$form->_eventId}, this.value );")
+          array('class' => "crm-select2")
         );
 
         if ($form->_online) {