diff options
author | Unknwon <u@gogs.io> | 2016-08-30 16:18:33 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-30 16:18:33 -0700 |
commit | 8516dfcb6cb008f286ec84bed4243928acb94844 (patch) | |
tree | 9b3882438a04a3e659e49e35364a5643a71c9258 /routers/repo/issue.go | |
parent | c1ecb6c60a1acacf530e226b8043ca93d2fe4a07 (diff) | |
download | gitea-8516dfcb6cb008f286ec84bed4243928acb94844.tar.gz gitea-8516dfcb6cb008f286ec84bed4243928acb94844.zip |
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
Diffstat (limited to 'routers/repo/issue.go')
-rw-r--r-- | routers/repo/issue.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go index e2d8000e52..21d4c7d964 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -490,7 +490,6 @@ func UploadIssueAttachment(ctx *context.Context) { func ViewIssue(ctx *context.Context) { ctx.Data["RequireHighlightJS"] = true - ctx.Data["RequireSimpleMDE"] = true ctx.Data["RequireDropzone"] = true renderAttachmentSettings(ctx) |