mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-22 04:45:05 +00:00
fix regex for matching in search shows drop down
This commit is contained in:
parent
39099d91c6
commit
dc82313a36
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ $(document).ready(function() {
|
|||
return true;
|
||||
}
|
||||
|
||||
const white_space_regex = /\W/ui;
|
||||
const white_space_regex = /\W/gui;
|
||||
function sel_matcher(params, data) {
|
||||
|
||||
// If there are no search terms, return all of the data
|
||||
|
|
Loading…
Reference in a new issue