aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/repo-editor.js')
-rw-r--r--web_src/js/features/repo-editor.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/js/features/repo-editor.js b/web_src/js/features/repo-editor.js
index c48c3fdfde..f00f817223 100644
--- a/web_src/js/features/repo-editor.js
+++ b/web_src/js/features/repo-editor.js
@@ -60,7 +60,6 @@ function initEditorForm() {
initEditDiffTab($('.repository .edit.form'));
}
-
function getCursorPosition($e) {
const el = $e.get(0);
let pos = 0;