Skip to content
Snippets Groups Projects
Commit 872f64b3 authored by Florian Schaal's avatar Florian Schaal
Browse files

re-add missing part to mail_domain_dkim.js

parent b3a7a341
No related merge requests found
......@@ -33,6 +33,10 @@ This Javascript is invoked by
*/
var request = false;
$('.subsectiontoggle').on('click', function(){
$(this).children().toggleClass('showing').end().next().slideToggle();
});
function setRequest(action) {
if (window.XMLHttpRequest) {
request = new XMLHttpRequest();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment