summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/sshkey-helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/sshkey-helper.js')
-rw-r--r--web_src/js/features/sshkey-helper.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/js/features/sshkey-helper.js b/web_src/js/features/sshkey-helper.js
index bb3c8accf4..099b54d3a6 100644
--- a/web_src/js/features/sshkey-helper.js
+++ b/web_src/js/features/sshkey-helper.js
@@ -1,3 +1,5 @@
+import $ from 'jquery';
+
export function initSshKeyFormParser() {
// Parse SSH Key
$('#ssh-key-content').on('change paste keyup', function () {