Skip to content

Commit

Permalink
remove docker socket proxy warning
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Aug 30, 2023
1 parent 5b94e83 commit e0e26ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/public/options-form-submit.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ document.addEventListener("DOMContentLoaded", function(event) {
let dockerSocketProxy = document.getElementById("docker-socket-proxy");
if (dockerSocketProxy) {
dockerSocketProxy.addEventListener('change', makeOptionsFormSubmitVisible);
dockerSocketProxy.addEventListener('change', handleDockerSocketProxyWarning);
// dockerSocketProxy.addEventListener('change', handleDockerSocketProxyWarning);
}
});

0 comments on commit e0e26ff

Please sign in to comment.