diagnostic->local backend
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user