diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-02-12 23:36:14 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-02-12 23:36:14 +0000 |
commit | 201f53e96d26d4babfc6a4492576f873219d4e6f (patch) | |
tree | 46ecbe77b909bf2b92632839f76a1b4c78122f03 /lib | |
parent | ee8e5a596c3d4e18a227185965b52baf6f66c5db (diff) | |
parent | 954bfb5db557b7455e913e42be5b851d94d0a49d (diff) | |
download | gitlab-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.rb | 2 |
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 |