Jelajahi Sumber

new check_configure_kerio_buisness_mail.tpl

andre 6 bulan lalu
induk
melakukan
ab22f7dedb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      check_configure_kerio_buisness_mail.tpl

+ 1 - 1
check_configure_kerio_buisness_mail.tpl

@@ -29,7 +29,7 @@
         customFields = $("*[id^='customfield']");
         checkBoxHelper = $("*[class^='iCheck-helper']");
         checkBox = $("*[id^='iCheck-customfield']")
-        $("#btnCompleteProductConfig").prop("disabled",true);
+        $("#btnCompleteProductConfig").prop("enabled",true);
         $(customFields[0]).val(''); // domain
         $(checkBox[0]).removeClass('checked'); // checkbox
         $(customFields[0]).blur(function () {