Clarify how title filter works

This commit is contained in:
John Mertz 2023-03-02 00:48:06 -05:00
parent 9cb6fc1591
commit 85a0da01d6
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 1 additions and 1 deletions

View File

@ -1250,7 +1250,7 @@ if (isset($permissions['readable']) && $permissions['readable']) {
} else {
$header .= '
<div class="no-regex" title="Add Title Filter">
<a onclick="var regex = prompt(\'Add title filter? (Perl Compatible Regular Expression)\', \'Boring Series - Episode #\\\\d+\'); if (regex) { var target = \'' . $target . ((isset($category)) ? '?filter='.$category.'&' : '?') . 'regex=' . $row['channelId'] . '\%20\' + regex; window.location = target; }">/*/</a>
<a onclick="var regex = prompt(\'Add title filter? (Perl Compatible Regular Expression)\', \'Good Series Only - Episode #\\\\d+\'); if (regex) { var target = \'' . $target . ((isset($category)) ? '?filter='.$category.'&' : '?') . 'regex=' . $row['channelId'] . '\%20\' + regex; window.location = target; }">/*/</a>
</div>
</li>';
}