Florian Schaal
2014-10-30 21cdaaaa73d0c73869a6463f179ff47364260b7c
interface/web/js/mail_domain_dkim.js
@@ -66,7 +66,7 @@
      }
      var selector=jQuery('#dkim_selector').val();
      var publickey=jQuery('#dkim_public').val();
      var privatekey=jQuery('#dkim_private').val();
      var privatekey=encodeURIComponent(document.getElementById("dkim_private").value)
      request.open('POST', 'mail/mail_domain_dkim_create.php', true);
      request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
      request.send('domain='+domain+'&action='+action+'&dkim_selector='+selector+'&dkim_public='+publickey+'&dkim_private='+privatekey);