Update client_settings.php

This commit is contained in:
jakani24
2024-01-27 17:20:33 +01:00
parent b1e003adef
commit ce844d633b

View File

@@ -94,7 +94,7 @@ function load_settings(){
if (!response.ok) { if (!response.ok) {
throw new Error('HTTP error! Status: ${response.status}'); throw new Error('HTTP error! Status: ${response.status}');
} }
} });
} }
</script> </script>
<div class="container mt-5"> <div class="container mt-5">