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 defc155 commit c1d5160Copy full SHA for c1d5160
webroot/panel/modal/new_key.php
@@ -118,5 +118,5 @@ function generateKey(type) {
118
119
$("#keyfile").on("change", function() {
120
$("#submit-keyfile")[0].disabled = !this.files.length;
121
- })
+ });
122
</script>
0 commit comments