We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a342cd commit 0030239Copy full SHA for 0030239
webroot/panel/modal/new_key.php
@@ -110,13 +110,11 @@ function generateKey(type) {
110
$("input[id=add-key]").prop("disabled", false);
111
$("#key_invalid_explanation").text("");
112
} else {
113
- console.log(result.explanation);
114
$("input[id=add-key]").prop("disabled", true);
115
$("#key_invalid_explanation").text(result.explanation);
116
}
117
},
118
error: function(result) {
119
- console.log("ssh validation ajax failed!");
120
121
$("#key_invalid_explanation").text("Something went wrong...");
122
0 commit comments