Commit 6836ba36 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) more cleanups in diag_backup.php

parent 9eced803
......@@ -481,15 +481,6 @@ $( document ).ready(function() {
});
});
function decrypt_change() {
if (!document.iform.decrypt.checked) {
document.getElementById("decrypt_opts").style.display="none";
} else {
document.getElementById("decrypt_opts").style.display="";
}
}
//]]>
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment