mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
correcting push not part of string
This commit is contained in:
parent
b00bd04baa
commit
1854f5c061
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class AdvancedFilter {
|
|||
current = '';
|
||||
continue;
|
||||
}
|
||||
current.push(char);
|
||||
current += char;
|
||||
}
|
||||
if (current !== '')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue