Fix JS for input buttons that are now button buttons
[civicrm-core.git] / templates / CRM / Event / Form / ManageEvent / Registration.tpl
index 4858e9803259849346fd504d596704290e30d18a..27c4cdb59b21a20a2da34f076a9fc478639a1a34 100644 (file)
@@ -396,7 +396,7 @@ invert              = 0
 <script type="text/javascript">
 {literal}    (function($, _) { // Generic Closure
 
-    $(".crm-submit-buttons input").click( function() {
+    $(".crm-submit-buttons button").click( function() {
       $(".dedupenotify .ui-notify-close").click();
     });