diff --git a/src/www/diag_backup.php b/src/www/diag_backup.php index 771b75d02..e283d442f 100644 --- a/src/www/diag_backup.php +++ b/src/www/diag_backup.php @@ -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=""; - } -} //]]>