Removes commas in multiple dots with text.
This commit is contained in:
parent
49f1f4e7c7
commit
89345c8d60
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class PdfContainer {
|
|||
inputArr.pop(); // remove right part after last dot
|
||||
}
|
||||
|
||||
filenameInput.value = inputArr.join();
|
||||
filenameInput.value = inputArr.join('');
|
||||
this.filename = filenameInput.value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue