summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-02-12 23:36:14 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-02-12 23:36:14 +0000
commit201f53e96d26d4babfc6a4492576f873219d4e6f (patch)
tree46ecbe77b909bf2b92632839f76a1b4c78122f03 /lib
parentee8e5a596c3d4e18a227185965b52baf6f66c5db (diff)
parent954bfb5db557b7455e913e42be5b851d94d0a49d (diff)
downloadgitlab-ce-201f53e96d26d4babfc6a4492576f873219d4e6f.tar.gz
Merge branch 'jivl-update-katex' into 'master'
Updated katex library Closes #43032 See merge request gitlab-org/gitlab-ce!15864
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/gon_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index 86a90d57d9c..ba04387022d 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -13,8 +13,6 @@ module Gitlab
gon.relative_url_root = Gitlab.config.gitlab.relative_url_root
gon.shortcuts_path = help_page_path('shortcuts')
gon.user_color_scheme = Gitlab::ColorSchemes.for_user(current_user).css_class
- gon.katex_css_url = ActionController::Base.helpers.asset_path('katex.css')
- gon.katex_js_url = ActionController::Base.helpers.asset_path('katex.js')
gon.sentry_dsn = Gitlab::CurrentSettings.clientside_sentry_dsn if Gitlab::CurrentSettings.clientside_sentry_enabled
gon.gitlab_url = Gitlab.config.gitlab.url
gon.revision = Gitlab::REVISION