mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +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