Clarify how title filter works
This commit is contained in:
parent
9cb6fc1591
commit
85a0da01d6
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue