Skip to content

Commit 872f64b

Browse files
author
Florian Schaal
committed
re-add missing part to mail_domain_dkim.js
1 parent b3a7a34 commit 872f64b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interface/web/js/mail_domain_dkim.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ This Javascript is invoked by
3333
*/
3434
var request = false;
3535

36+
$('.subsectiontoggle').on('click', function(){
37+
$(this).children().toggleClass('showing').end().next().slideToggle();
38+
});
39+
3640
function setRequest(action) {
3741
if (window.XMLHttpRequest) {
3842
request = new XMLHttpRequest();

0 commit comments

Comments
 (0)