mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-17 20:50:12 +01:00
Removes commas in multiple dots with text.
This commit is contained in:
parent
49f1f4e7c7
commit
89345c8d60
@ -240,7 +240,7 @@ class PdfContainer {
|
|||||||
inputArr.pop(); // remove right part after last dot
|
inputArr.pop(); // remove right part after last dot
|
||||||
}
|
}
|
||||||
|
|
||||||
filenameInput.value = inputArr.join();
|
filenameInput.value = inputArr.join('');
|
||||||
this.filename = filenameInput.value;
|
this.filename = filenameInput.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user