diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-20 18:01:12 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-21 12:08:32 -0600 |
commit | 78bfced3ff33ee94c5c0bfc21bb2c5a356e08396 (patch) | |
tree | f5ebc8e28ac0238597e8c3ffa588c109de7a53c6 /lib | |
parent | 2f0335e1978799eb44eec715d37a16b116a31140 (diff) | |
download | gitlab-ce-78bfced3ff33ee94c5c0bfc21bb2c5a356e08396.tar.gz |
Removed the katex precompile steps from the application configuration
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/gon_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb index f91be9a7142..1fe076cf909 100644 --- a/lib/gitlab/gon_helper.rb +++ b/lib/gitlab/gon_helper.rb @@ -14,7 +14,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.sentry_dsn = current_application_settings.clientside_sentry_dsn if current_application_settings.clientside_sentry_enabled gon.gitlab_url = Gitlab.config.gitlab.url gon.revision = Gitlab::REVISION |