index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
js
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2016-08-15 01:42:20 -0700
committer
Unknwon <u@gogs.io>
2016-08-15 01:42:20 -0700
commit
4a19fd64412dc111bac3c1b56cf3eb55728d2ba3
(
patch
)
tree
57d03a9b2f6aab9b1f0f69a2926c0e8418e66be0
/
public/js
parent
54e0ada9d53c28543a436d266dc73e759cc7658b
(
diff
)
Web editor: temporarily disable upload and quick fix for edit and new
Try to merge into develop branch ASAP, then continue minor fixes afterwards.
Diffstat
(limited to 'public/js')
-rw-r--r--
public/js/gogs.js
2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js
index 03bd304f..0e18eea4 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;