diagnostic->local backend
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-13 21:57:12 +01:00
parent 6889af9aa8
commit 38305ffbee

View File

@@ -178,6 +178,15 @@
<script>
jQuery(document).ready(function(){
jQuery('#diagnostic').click(function() {
if (jQuery(this).val()=='yes') {
jQuery('#local_backend').val('yes');
}
else {
jQuery('#local_backend').val('no');
}
});
jQuery('#advanced').click(function() {
jQuery('#advanced_div').toggle();
});