mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01: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 = '';
|
current = '';
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
current.push(char);
|
current += char;
|
||||||
}
|
}
|
||||||
if (current !== '')
|
if (current !== '')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue