summaryrefslogtreecommitdiffstats
path: root/public/js/gogs.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/gogs.js')
-rw-r--r--public/js/gogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js
index 03bd304f0e..0e18eea4db 100644
--- a/public/js/gogs.js
+++ b/public/js/gogs.js
@@ -735,7 +735,7 @@ function initEditor() {
$('#tree-name').val(parts.join('/'));
}).trigger('keyup');
- editArea = $('.repository.edit textarea#edit_area');
+ editArea = $('.repository.editor textarea#edit_area');
if (!editArea.length)
return;