(legacy) more cleanups in diag_backup.php

This commit is contained in:
Ad Schellevis 2015-12-09 17:42:28 +01:00
parent 9eced80304
commit 6836ba3614

View File

@ -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>