mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-14 01:15:50 +01:00
(refs #1264) BugFix: File attachment does not work on the issue comment
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
@gitbucket.core.helper.html.attached(
|
@gitbucket.core.helper.html.attached(
|
||||||
repository = repository,
|
repository = repository,
|
||||||
completionContext = completionContext,
|
completionContext = completionContext,
|
||||||
generateScript = enableWikiLink
|
generateScript = !enableWikiLink
|
||||||
)(textarea)
|
)(textarea)
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane" id="tab@(uid+1)">
|
<div class="tab-pane" id="tab@(uid+1)">
|
||||||
|
|||||||
Reference in New Issue
Block a user