We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a7a34 commit 872f64bCopy full SHA for 872f64b
interface/web/js/mail_domain_dkim.js
@@ -33,6 +33,10 @@ This Javascript is invoked by
33
*/
34
var request = false;
35
36
+$('.subsectiontoggle').on('click', function(){
37
+ $(this).children().toggleClass('showing').end().next().slideToggle();
38
+});
39
+
40
function setRequest(action) {
41
if (window.XMLHttpRequest) {
42
request = new XMLHttpRequest();
0 commit comments