mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-23 05:48:11 -05:00
Remove search_auto_restrict_sr example flag
This commit is contained in:
@@ -680,8 +680,6 @@ cflag_min_votes = 7
|
||||
cflag_lower_bound = 0.4
|
||||
cflag_upper_bound = 0.6
|
||||
|
||||
feature_search_auto_restrict_sr = off
|
||||
|
||||
# Availability for the "force HTTPS" option
|
||||
feature_allow_force_https = {"employee": true}
|
||||
# Who is required to use HTTPS?
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
%elif thing.simple:
|
||||
<div id="searchexpando" class="infobar">
|
||||
% if not isinstance(c.site, DefaultSR):
|
||||
<label><input type="checkbox" name="restrict_sr" ${"checked" if feature.is_enabled('search_auto_restrict_sr') else ''} />${_('limit my search to %(path)s') % dict(path=c.site.path.rstrip('/'))}</label>
|
||||
<label><input type="checkbox" name="restrict_sr" />${_('limit my search to %(path)s') % dict(path=c.site.path.rstrip('/'))}</label>
|
||||
% endif
|
||||
|
||||
${search_faq()}
|
||||
|
||||
Reference in New Issue
Block a user