dont show subreddit search param in wpd
parent
d97ae7715e
commit
f3ffc87a00
|
@ -77,10 +77,12 @@
|
|||
<div style="display: inline-block; width: 150px; text-align: center">Exact Match Only:</div>
|
||||
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">exact:true</button>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: inline-block; width: 150px; text-align: center">Subreddit:</div>
|
||||
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this)" class="searchparam mb-1">subreddit:menslib</button>
|
||||
</div>
|
||||
{% if SITE_NAME == 'rDrama' %}
|
||||
<div>
|
||||
<div style="display: inline-block; width: 150px; text-align: center">Subreddit:</div>
|
||||
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this)" class="searchparam mb-1">subreddit:menslib</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if FEATURES['NSFW_MARKING'] %}
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue