Remove support for disable_jump_reply user setting (#7359)

This commit is contained in:
David Taylor
2019-04-12 00:03:07 +01:00
committed by Sam
parent dc703adad7
commit 24ef4f7b2b
17 changed files with 16 additions and 44 deletions

View File

@@ -154,7 +154,6 @@ def insert_user_options
enable_quoting,
external_links_in_new_tab,
dynamic_favicon,
disable_jump_reply,
new_topic_duration_minutes,
auto_track_topics_after_msecs,
notification_level_when_replying,
@@ -174,7 +173,6 @@ def insert_user_options
, #{SiteSetting.default_other_enable_quoting}
, #{SiteSetting.default_other_external_links_in_new_tab}
, #{SiteSetting.default_other_dynamic_favicon}
, #{SiteSetting.default_other_disable_jump_reply}
, #{SiteSetting.default_other_new_topic_duration_minutes}
, #{SiteSetting.default_other_auto_track_topics_after_msecs}
, #{SiteSetting.default_other_notification_level_when_replying}