minor options template adjustment
This commit is contained in:
parent
8f6ea6dd94
commit
dc725641c3
@ -618,8 +618,9 @@ if (active_page === 'thread' || active_page === 'index') {
|
|||||||
'<option value="sub">Subject</option>' +
|
'<option value="sub">Subject</option>' +
|
||||||
'<option value="com">Comment</option>' +
|
'<option value="com">Comment</option>' +
|
||||||
'</select>' +
|
'</select>' +
|
||||||
'<input type="text"></input>' +
|
'<input type="text">' +
|
||||||
'<input type="checkbox">regex</input>' +
|
'<input type="checkbox">' +
|
||||||
|
'regex ' +
|
||||||
'<button id="set-filter">Add</button>' +
|
'<button id="set-filter">Add</button>' +
|
||||||
'<button id="clear">Clear all filters</button>' +
|
'<button id="clear">Clear all filters</button>' +
|
||||||
'<div id="confirm" class="hidden">' +
|
'<div id="confirm" class="hidden">' +
|
||||||
|
Loading…
Reference in New Issue
Block a user