Skip to content

Commit c1d5160

Browse files
Update webroot/panel/modal/new_key.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent defc155 commit c1d5160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/modal/new_key.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ function generateKey(type) {
118118

119119
$("#keyfile").on("change", function() {
120120
$("#submit-keyfile")[0].disabled = !this.files.length;
121-
})
121+
});
122122
</script>

0 commit comments

Comments
 (0)