@@ -479,6 +502,14 @@
}
}
+ function toggleDnsChallenge(){
+ if ( $("#useDnsChallenge")[0].checked){
+ $(".dnsChallengeOnly").show();
+ }else{
+ $(".dnsChallengeOnly").hide();
+ }
+ }
+
//Grab the longest common suffix of all domains
//not that smart technically
function autoDetectMatchingRules(){