forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary exact parameter (quotation marks work)

master
Aevann 2024-02-16 16:41:07 +02:00
parent 19bc67ead7
commit 01e6942e5c
2 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@ valid_params = [
'post',
'before',
'after',
'exact',
'title',
'sentto',
'hole',

View File

@ -73,10 +73,6 @@
<div style="display: inline-block; width: 150px; text-align: center">Post Title Only:</div>
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">title:true</button>
</div>
<div>
<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>
{% if SITE_NAME != 'WPD' %}
<div>
<div style="display: inline-block; width: 150px; text-align: center">Subreddit:</div>