diff options
Diffstat (limited to 'routers/web/explore/code.go')
-rw-r--r-- | routers/web/explore/code.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/web/explore/code.go b/routers/web/explore/code.go index 28bdc7c9ca..41ca27782f 100644 --- a/routers/web/explore/code.go +++ b/routers/web/explore/code.go @@ -138,7 +138,6 @@ func Code(ctx *context.Context) { ctx.Data["queryType"] = queryType ctx.Data["SearchResults"] = searchResults ctx.Data["SearchResultLanguages"] = searchResultLanguages - ctx.Data["RequireHighlightJS"] = true ctx.Data["PageIsViewCode"] = true pager := context.NewPagination(total, setting.UI.RepoSearchPagingNum, page, 5) |