diff --git a/templates/CRM/Twingle/Form/Settings.tpl b/templates/CRM/Twingle/Form/Settings.tpl
index e5fa54f..42953e2 100644
--- a/templates/CRM/Twingle/Form/Settings.tpl
+++ b/templates/CRM/Twingle/Form/Settings.tpl
@@ -18,47 +18,41 @@
-
{include file="CRM/common/formButtons.tpl" location="bottom"}
@@ -116,22 +93,23 @@
{literal}
-
-{/literal}
\ No newline at end of file
+ cj(document).ready(function () {
+ cj('#twingle_protect_recurring').change(twingle_protect_recurring_change);
+ twingle_protect_recurring_change();
+ });
+
+{/literal}